Skip to content

Commit c4c18e9

Browse files
committed
fix: Add allowed tools to claude code reviewer
1 parent 3083639 commit c4c18e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/claude-code-review.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
3333
additional_permissions: |
3434
actions: read
35+
claude_args: '--allowedTools "Bash(gh pr:*),Bash(gh api:*)"'
3536
prompt: |
3637
Please review the changes in pull request #${{ github.event.pull_request.number }} in this repository.
3738
Use the `gh` CLI to fetch the PR diff and details.

0 commit comments

Comments
 (0)