Skip to content

Commit bc64fe3

Browse files
ANcpLuaclaude
andcommitted
fix: allow bot actors in Claude Code Review workflow
Dependabot PRs were failing claude-review because the action blocks non-human actors by default. Allow all trusted bots. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 214c1df commit bc64fe3

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
@@ -36,6 +36,7 @@ jobs:
3636
uses: anthropics/claude-code-action@v1
3737
with:
3838
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
39+
allowed_bots: 'dependabot[bot],renovate[bot],copilot[bot],jules[bot],claude-code[bot]'
3940
plugin_marketplaces: 'https://github.com/anthropics/claude-code.git'
4041
plugins: 'code-review@claude-code-plugins'
4142
prompt: '/code-review:code-review ${{ github.repository }}/pull/${{ github.event.pull_request.number }}'

0 commit comments

Comments
 (0)