Skip to content

Commit 2bb7a82

Browse files
authored
chore: Add allowed_bots: '*' to code review workflow
1 parent aa9d789 commit 2bb7a82

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
@@ -54,6 +54,7 @@ jobs:
5454
with:
5555
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
5656
use_sticky_comment: true
57+
allowed_bots: '*'
5758
prompt: |
5859
REPO: ${{ github.repository }}
5960
PR NUMBER: ${{ github.event.pull_request.number }}

0 commit comments

Comments
 (0)