We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1ade11 commit ed51c18Copy full SHA for ed51c18
.github/workflows/claude-code-review.yml
@@ -56,7 +56,11 @@ jobs:
56
uses: anthropics/claude-code-action@v1
57
with:
58
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
59
- # use_sticky_comment: "true" # doesn't work
+ # use_sticky_comment: "true" # doesn't work
60
plugin_marketplaces: 'https://github.com/anthropics/claude-code.git'
61
plugins: 'code-review@claude-code-plugins'
62
prompt: '/code-review:code-review ${{ github.repository }}/pull/${{ github.event.pull_request.number }}'
63
+ # Allow Claude bot to trigger this workflow
64
+ allowed_bots: 'claude[bot]'
65
+ # Allow Claude to use GH CLI for reading external PR details
66
+ claude_args: '--allowed-tools Bash(gh:*)'
0 commit comments