Commit b86aeba
fix: allow bot actors in amber auto-review workflow (#812)
## Summary
- Adds `allowed_bots: '*'` to the `anthropics/claude-code-action@v1`
step so the amber code review runs on PRs opened by bots (dependabot,
renovate, etc.)
- Previously the workflow would fail with: `Action failed with error:
Workflow initiated by non-human actor: dependabot (type: Bot)`
## Test plan
- [ ] Open or sync a dependabot PR and verify the amber-review job
completes successfully instead of failing
🤖 Generated with [Claude Code](https://claude.com/claude-code)
---------
Co-authored-by: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>1 parent 605dd61 commit b86aeba
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| 96 | + | |
96 | 97 | | |
97 | 98 | | |
98 | 99 | | |
| |||
0 commit comments