Skip to content

Commit 33239c5

Browse files
authored
Merge pull request #28 from ttak0422/fix/release-prep-yaml-syntax
fix: allow ttak0422-bot in claude code review workflow
2 parents 1182f9f + 988a88f commit 33239c5

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: "ttak0422-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)