Compare commits

..

1 Commits

Author SHA1 Message Date
dayuan.jiang
78d9229ca3 fix: remove gh pr comment from allowed tools to force inline comments only 2025-11-29 12:36:35 +09:00

View File

@@ -108,7 +108,9 @@ jobs:
- Code style preferences (unless clearly wrong)
- Type annotations that don't affect functionality
Use `mcp__github_inline_comment__create_inline_comment` for inline comments.
Report ALL issues found - create multiple inline comments if needed. Only say "LGTM" if there are truly no issues.
IMPORTANT:
- For EACH issue, use `mcp__github_inline_comment__create_inline_comment` to comment on the specific line
- Do NOT dismiss issues as "minor" or "harmless" - if you notice something, report it
- Only say "LGTM" if there are truly ZERO issues
claude_args: |
--allowedTools "mcp__github_inline_comment__create_inline_comment,Bash(gh pr comment:*),Bash(gh pr diff:*),Bash(gh pr view:*),Bash(gh api:*),WebFetch(domain:ai-sdk.dev)"
--allowedTools "mcp__github_inline_comment__create_inline_comment,Bash(gh pr diff:*),Bash(gh pr view:*),Bash(gh api:*),WebFetch(domain:ai-sdk.dev)"