From 4517acedb55f74ba3b249bb2a4af4e4b45785ea0 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sat, 11 Apr 2026 17:52:16 +0200 Subject: [PATCH] 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 --- .github/workflows/claude-code-review.yml | 2 ++ 1 file changed, 2 insertions(+) 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"