Commit fb69e5d
committed
ci: drop the merge automation, leave Dependabot PRs to their owners
Deletes .github/workflows/dependabot-automerge.yaml and
.github/scripts/dependabot-automerge.sh, 372 lines and an hourly cron.
Unattended merging was never available: main's ruleset requires one code-owner
approval with zero bypass actors, and granting some identity the right to bypass
code-owner review on a public repository is not a trade worth making for dependency
bumps in demo applications. What was left after that decision merged an approved
pull request without a second visit — real, but not worth 372 lines and a workflow
holding contents: write, when a code owner is already in the loop and one click away.
So Verify Examples does what its name says and nothing more: it fails a Dependabot
pull request when the examples it touches do not build and boot, and a code owner
merges. Everything that carried the weight stays — the grouped config that turns 69
per-advisory pull requests into one per example app, the selector that verifies only
the examples a pull request touches, the drift guard that keeps both hand-maintained
lists honest, and examples-verified as the single result a reviewer reads before
merging.
Also cleans up the twelve comments across four files that described the merge
gate as the reason for a rule, since it no longer exists: the selector's
"select nothing" contract now rests on examples-verified treating a skipped job as a
pass, and the drift guard's matrix-name check on the selector choosing an example
whose directory is gone.
Suites re-run after the removal: the drift guard's clean tree plus a covering glob,
a missing applies-to, and an unclaimed spaced manifest; the selector's no-base,
empty-diff and single-example paths.1 parent b39624c commit fb69e5d
6 files changed
Lines changed: 34 additions & 409 deletions
File tree
- .github
- scripts
- workflows
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| |||
41 | 40 | | |
42 | 41 | | |
43 | 42 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
48 | 47 | | |
49 | 48 | | |
50 | 49 | | |
| |||
588 | 587 | | |
589 | 588 | | |
590 | 589 | | |
591 | | - | |
592 | | - | |
593 | | - | |
594 | | - | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
595 | 594 | | |
596 | 595 | | |
597 | 596 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
82 | 81 | | |
83 | 82 | | |
84 | 83 | | |
| |||
92 | 91 | | |
93 | 92 | | |
94 | 93 | | |
95 | | - | |
96 | | - | |
97 | | - | |
| 94 | + | |
| 95 | + | |
98 | 96 | | |
99 | 97 | | |
100 | 98 | | |
| |||
0 commit comments