From: Hauke Mehrtens Date: Sat, 11 Apr 2026 15:52:16 +0000 (+0200) Subject: github: enable inline PR comments for Claude code review X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4517acedb55f74ba3b249bb2a4af4e4b45785ea0;p=thirdparty%2Fopenwrt.git github: enable inline PR comments for Claude code review Allow Claude to post inline comments on specific lines when reviewing PRs via the /claude trigger phrase. 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 aff24b8aef1..3d7957420ab 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -31,3 +31,5 @@ jobs: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} github_token: ${{ secrets.GITHUB_TOKEN }} trigger_phrase: "/claude" + claude_args: >- + --allowedTools "mcp__github_inline_comment__create_inline_comment"