From ea558cee5877e02e1729933b18f08988e374178d Mon Sep 17 00:00:00 2001 From: Quanyi Ma Date: Sat, 21 Feb 2026 16:59:09 +0800 Subject: [PATCH] Fix Claude Review error Signed-off-by: Quanyi Ma --- .github/workflows/claude-review.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/claude-review.yml b/.github/workflows/claude-review.yml index 0b11807a..e55b213c 100644 --- a/.github/workflows/claude-review.yml +++ b/.github/workflows/claude-review.yml @@ -108,6 +108,7 @@ jobs: with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} github_token: ${{ secrets.GITHUB_TOKEN }} + allowed_non_write_users: "*" # Enable progress tracking and show full Claude output in logs track_progress: true @@ -148,4 +149,4 @@ jobs: # Restrict tools that Claude can use during the review claude_args: | - --allowedTools "mcp__github_inline_comment__create_inline_comment,Bash(gh pr comment:*),Bash(gh pr diff:*),Bash(gh pr view:*)" + --allowedTools "mcp__github__,mcp__github_inline_comment__,Bash(gh)"