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>
(cherry picked from commit 31b9fce994)
Link: https://github.com/openwrt/openwrt/pull/24318
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
Hauke Mehrtens
2026-07-20 12:52:28 +02:00
committed by Christian Marangi
parent e0bd67ca6a
commit e62d8ae5f8
+1
View File
@@ -32,6 +32,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
trigger_phrase: "/claude"
track_progress: true
include_fix_links: false
claude_args: >-
--allowedTools "mcp__github_inline_comment__create_inline_comment,Bash(grep:*)"
--disallowedTools "Bash(git add:*),Bash(git commit:*),Bash(git rm:*),Bash(git push:*)"