Skip to content
This repository was archived by the owner on Apr 2, 2026. It is now read-only.

Commit 6bd2657

Browse files
greynewellclaude
andcommitted
fix(ci): allow claude[bot] to trigger Claude Code workflow
claude-auto-assign.yml posts @claude comments as claude[bot], which then triggers claude.yml. The action rejected these with "non-human actor" error because allowed_bots was not configured. Co-Authored-By: Grey Newell <greyshipscode@gmail.com> Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent f07da89 commit 6bd2657

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/claude.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
with:
3737
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
3838

39+
# Allow the claude-auto-assign bot to trigger this workflow
40+
allowed_bots: "claude[bot]"
41+
3942
additional_permissions: |
4043
actions: read
4144

0 commit comments

Comments
 (0)