Commit b64b8fb
ci: gate Dependabot auto-merge on github.actor, not PR author (#616)
Fixes "PR is not from Dependabot, nothing to do" from
dependabot/fetch-metadata. The job gated on the PR author (always
dependabot), so it ran even when a human triggered the event (e.g. clicked
"Update branch"); fetch-metadata then checks github.actor, sees the human,
and aborts with exit 1. Gating the whole job on
`github.actor == 'dependabot[bot]'` (GitHub's documented pattern) means
human-triggered events skip cleanly instead of failing.
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent cf3fed8 commit b64b8fb
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
22 | 26 | | |
23 | 27 | | |
24 | 28 | | |
| |||
0 commit comments