Skip to content

Commit 6020419

Browse files
authored
Allow arthur-github-automator-app to trigger Claude Code review (#1442)
1 parent 5efbcc8 commit 6020419

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
@@ -40,6 +40,7 @@ jobs:
4040
uses: anthropics/claude-code-action@v1
4141
with:
4242
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
43+
allowed_bots: 'arthur-github-automator-app'
4344
plugin_marketplaces: 'https://github.com/anthropics/claude-code.git'
4445
plugins: 'code-review@claude-code-plugins'
4546
prompt: '/code-review:code-review --comment https://github.com/${{ github.repository }}/pull/${{ github.event.pull_request.number }}'

0 commit comments

Comments
 (0)