From 9eb46e9d90da1efa4954c69b5c5f5496e2c216a4 Mon Sep 17 00:00:00 2001 From: Kevin Strom Date: Wed, 22 Jul 2026 11:43:13 -0700 Subject: [PATCH] fix: remove allowedTools restriction blocking review posting --- .github/workflows/claude-review.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/claude-review.yml b/.github/workflows/claude-review.yml index 0b2a1bb..7197f74 100644 --- a/.github/workflows/claude-review.yml +++ b/.github/workflows/claude-review.yml @@ -110,6 +110,4 @@ jobs: Do not restate the diff or praise padding. Credit genuinely good decisions in one or two lines. Be specific enough that a follow-up commit can address every point without asking questions. - claude_args: | - --max-turns 20 - --allowedTools "Read,Grep,Glob,MultiGrep,Bash(git diff:*),Bash(git log:*),Bash(cat:*),Bash(find:*),Bash(ls:*),Bash(head:*),Bash(tail:*),Bash(wc:*)" + claude_args: "--max-turns 20"