Skip to content

Commit 93670ff

Browse files
committed
allow_bot * on claude-code-review
Signed-off-by: Drew Cain <groksrc@gmail.com>
1 parent 5558512 commit 93670ff

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
pull-requests: write
2525
issues: read
2626
id-token: write
27-
27+
2828
steps:
2929
- name: Checkout repository
3030
uses: actions/checkout@v4
@@ -37,6 +37,7 @@ jobs:
3737
with:
3838
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
3939
track_progress: true # Enable visual progress tracking
40+
allowed_bots: '*'
4041
prompt: |
4142
Review this Basic Memory PR against our team checklist:
4243

0 commit comments

Comments
 (0)