File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 2121 runs-on : ubuntu-latest
2222 timeout-minutes : 15 # adds cost protection
2323 permissions :
24+ checks : write
2425 contents : read
2526 pull-requests : write
2627 id-token : write # claude-code-action needs this to authenticate with GitHub
4445 use_vertex : " true"
4546 prompt : " /review-pr REPO: ${{ github.repository }} PR_NUMBER: ${{ github.event.pull_request.number }}"
4647 claude_args : |
47- --allowedTools "Read" "Bash(git diff *)" "Bash(git log *)" "Bash(git show *)" "Bash(gh repo view *)" "Bash(gh pr view *)" "Bash(gh pr diff *)" "Bash(gh pr comment *)" "Bash(gh api *)"
48+ --allowedTools "Read" "Bash(git diff *)" "Bash(git log *)" "Bash(git show *)" "Bash(gh repo view *)" "Bash(gh pr view *)" "Bash(gh pr diff *)" "Bash(gh pr comment *)" "Bash(gh api *)" "Bash(gh pr checks *)"
4849 --model "claude-opus-4-6"
4950 env :
5051 ANTHROPIC_VERTEX_PROJECT_ID : ${{ secrets.ANTHROPIC_VERTEX_PROJECT_ID }}
You can’t perform that action at this time.
0 commit comments