Commit 4c80d25
fix(ci): allow Dependabot to activate the autofix agent (roles: all) (#266)
Follow-up to #263. The autofix `activation` job failed because gh-aw's
default role gate requires write/maintainer/admin, but `dependabot[bot]`
has permission level `none`, so the agent never ran. Adds `roles: all`
under `on:` — the `bots: [dependabot[bot]]` filter still limits
activation to Dependabot. Refs #262.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 580b3ac commit 4c80d25
2 files changed
Lines changed: 22 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
9 | 13 | | |
10 | 14 | | |
11 | 15 | | |
| |||
0 commit comments