mirror of
https://github.com/DayuanJiang/next-ai-draw-io.git
synced 2026-01-02 22:32:27 +08:00
fix: remove gh pr comment from allowed tools to force inline comments only
This commit is contained in:
5
.github/workflows/claude-code.yml
vendored
5
.github/workflows/claude-code.yml
vendored
@@ -109,9 +109,8 @@ jobs:
|
||||
- Type annotations that don't affect functionality
|
||||
|
||||
IMPORTANT:
|
||||
- For EACH issue, you MUST use `mcp__github_inline_comment__create_inline_comment` to comment on the specific line
|
||||
- Do NOT use `gh pr comment` for reporting issues - that's only for the final summary
|
||||
- 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)"
|
||||
|
||||
Reference in New Issue
Block a user