Commit 33a21ae
authored
ci(claude-review): allow dependabot PRs in Claude Code Review (#870)
## Summary
- Add `allowed_bots: "dependabot[bot]"` to the anthropics/claude-code-action step so Dependabot dependency PRs get reviewed instead of failing the `claude-review` check on the default non-human-actor rejection.
- Scoped to `dependabot[bot]` only (not `*`); job permissions stay read-only (contents/pull-requests/issues: read).
## Validation
- Cross-family review: opencode (zai/glm-5.2) — APPROVE, no Critical/Major findings
- Correctness: `allowed_bots` verified as a real input in the pinned action's action.yml (SHA 558b1d6); YAML valid; value is the correct Dependabot actor login
- CI: all checks green (GitGuardian, Backend/Frontend units, E2E smoke, Lint/Type)
- Feedback triage: 3 findings, all Suggestion/Nitpick — tracked as a follow-up issue
Refs failed run on #868.1 parent b521d71 commit 33a21ae
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
49 | 52 | | |
50 | 53 | | |
51 | 54 | | |
| |||
0 commit comments