diff --git a/.github/workflows/review-pr-claude.yml b/.github/workflows/review-pr-claude.yml index ff2ceed28..e40e97580 100644 --- a/.github/workflows/review-pr-claude.yml +++ b/.github/workflows/review-pr-claude.yml @@ -50,10 +50,9 @@ jobs: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} plugin_marketplaces: 'https://github.com/anthropics/claude-code.git' plugins: 'pr-review-toolkit' - allowed_tools: 'Bash(gh pr *),Bash(gh api *),Bash(git diff *),Bash(git log *),Bash(git show *),Read,Glob,Grep,Task,Skill' claude_args: | --model claude-opus-4-5 - --allowedTools Bash,Read + --allowedTools Bash,Read,Glob,Grep,Task,Skill prompt: | You are an autonomous PR review agent running in CI for this repository.