We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b38b8a commit 988a88fCopy full SHA for 988a88f
.github/workflows/claude-code-review.yml
@@ -36,6 +36,7 @@ jobs:
36
uses: anthropics/claude-code-action@v1
37
with:
38
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
39
+ allowed_bots: "ttak0422-bot"
40
plugin_marketplaces: 'https://github.com/anthropics/claude-code.git'
41
plugins: 'code-review@claude-code-plugins'
42
prompt: '/code-review:code-review ${{ github.repository }}/pull/${{ github.event.pull_request.number }}'
0 commit comments