]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
github: disable fix links in Claude code review
authorHauke Mehrtens <hauke@hauke-m.de>
Sat, 11 Apr 2026 16:06:25 +0000 (18:06 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 12 Apr 2026 15:02:01 +0000 (17:02 +0200)
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>
.github/workflows/claude-code-review.yml

index ba7dc5b8937c395f0352c527ee3fac0d7e05268e..ea3297aa06d54f6e9b0d221a90e92c085886c688 100644 (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:*)"