diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index b8be1d1..11b7612 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -24,7 +24,7 @@ jobs: uses: anthropics/claude-code-action@v1 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} - claude_args: "--model claude-opus-4-5-20251101" + claude_args: "--model claude-opus-4-5-20251101 --allowedTools mcp__github_inline_comment__create_inline_comment,Bash(gh pr comment:*),Read,Glob,Grep" use_sticky_comment: true prompt: | Perform a comprehensive code review of the changes in this PR. Provide actionable feedback with specific line references.