github: enable progress tracking and tag mode for Claude code review
track_progress: true makes Claude post an initial comment immediately when triggered and update it with a checklist as it works, so reviewers can see what Claude is doing rather than waiting for a silent delay. It also forces tag mode on PR/issue comment events, which is the correct mode for interactive code review. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Link: https://github.com/openwrt/openwrt/pull/22897 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
34f5a169a3
commit
9f88a27899
1
.github/workflows/claude-code-review.yml
vendored
1
.github/workflows/claude-code-review.yml
vendored
@ -31,6 +31,7 @@ jobs:
|
|||||||
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
|
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
trigger_phrase: "/claude"
|
trigger_phrase: "/claude"
|
||||||
|
track_progress: true
|
||||||
claude_args: >-
|
claude_args: >-
|
||||||
--allowedTools "mcp__github_inline_comment__create_inline_comment,Bash(grep:*)"
|
--allowedTools "mcp__github_inline_comment__create_inline_comment,Bash(grep:*)"
|
||||||
--disallowedTools "Bash(git add:*),Bash(git commit:*),Bash(git rm:*),Bash(git push:*)"
|
--disallowedTools "Bash(git add:*),Bash(git commit:*),Bash(git rm:*),Bash(git push:*)"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user