We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3083639 commit c4c18e9Copy full SHA for c4c18e9
.github/workflows/claude-code-review.yml
@@ -32,6 +32,7 @@ jobs:
32
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
33
additional_permissions: |
34
actions: read
35
+ claude_args: '--allowedTools "Bash(gh pr:*),Bash(gh api:*)"'
36
prompt: |
37
Please review the changes in pull request #${{ github.event.pull_request.number }} in this repository.
38
Use the `gh` CLI to fetch the PR diff and details.
0 commit comments