Skip to content

Commit be2e232

Browse files
committed
Added bot to allowed_bots list.
1 parent 27eacbf commit be2e232

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/claude-code-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
id: claude-review
3636
uses: anthropics/claude-code-action@v1
3737
with:
38-
allowed_bots: 'claude[bot]'
38+
allowed_bots: 'claude[bot]'
3939
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
4040
plugin_marketplaces: 'https://github.com/anthropics/claude-code.git'
4141
plugins: 'code-review@claude-code-plugins'

.github/workflows/claude.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
id: claude
3535
uses: anthropics/claude-code-action@v1
3636
with:
37+
allowed_bots: 'claude[bot]'
3738
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
3839

3940
# This is an optional setting that allows Claude to read CI results on PRs

0 commit comments

Comments
 (0)