From: Hauke Mehrtens Date: Sun, 22 Mar 2026 20:28:54 +0000 (+0100) Subject: github: remove allowedTools restriction from claude-code-review X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29e1c7b85abcbb771209b2f983a069f826428cff;p=thirdparty%2Fopenwrt.git github: remove allowedTools restriction from claude-code-review The whitelist was too restrictive, causing permission denials when Claude tried to use basic tools like Read or Grep to analyse the diff. Remove it and let the action use its default toolset. Fixes: c0e75c9de6f2 ("github: add Claude code review workflow triggered by /claude comment") Co-Authored-By: Claude Sonnet 4.6 Signed-off-by: Hauke Mehrtens --- diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index 9682131eaa0..df19bcd290d 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -33,6 +33,3 @@ jobs: prompt: >- Review this PR for an OpenWrt embedded Linux project, focusing on correctness, security, and coding conventions. - claude_args: >- - --allowedTools - "mcp__github_inline_comment__create_inline_comment,Bash(gh pr comment:*),Bash(gh pr diff:*),Bash(gh pr view:*)"