github: disable fix links in Claude code review
Fix links open the Claude Code desktop app which is not useful in the OpenWrt contributor workflow. 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
9f88a27899
commit
31b9fce994
1
.github/workflows/claude-code-review.yml
vendored
1
.github/workflows/claude-code-review.yml
vendored
@ -32,6 +32,7 @@ jobs:
|
|||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
trigger_phrase: "/claude"
|
trigger_phrase: "/claude"
|
||||||
track_progress: true
|
track_progress: true
|
||||||
|
include_fix_links: false
|
||||||
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