Commit 4f343a3
committed
ci: let the claude bot trigger the PR audit workflows
claude-code-action rejects any non-human actor unless it is named in
allowed_bots, so PRs opened by the claude app failed both the agent
instructions audit and the REVIEW.md drift audit before Claude ran, and
landed with two permanently red checks and no audit coverage.
Allowlists the bot by name rather than "*", so other bots (dependabot in
particular) still cannot trigger these workflows. Both jobs already skip
PRs whose head is not in this repo, so fork PRs remain excluded.1 parent 109e245 commit 4f343a3
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments