We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5efbcc8 commit 6020419Copy full SHA for 6020419
.github/workflows/claude-code-review.yml
@@ -40,6 +40,7 @@ jobs:
40
uses: anthropics/claude-code-action@v1
41
with:
42
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
43
+ allowed_bots: 'arthur-github-automator-app'
44
plugin_marketplaces: 'https://github.com/anthropics/claude-code.git'
45
plugins: 'code-review@claude-code-plugins'
46
prompt: '/code-review:code-review --comment https://github.com/${{ github.repository }}/pull/${{ github.event.pull_request.number }}'
0 commit comments