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)"