From: Hauke Mehrtens Date: Sat, 11 Apr 2026 16:06:25 +0000 (+0200) Subject: github: disable fix links in Claude code review X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=31b9fce9941f2da94327701305042c0d68eea77f;p=thirdparty%2Fopenwrt.git 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 Link: https://github.com/openwrt/openwrt/pull/22897 Signed-off-by: Hauke Mehrtens --- diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index ba7dc5b8937..ea3297aa06d 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -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:*)"