Commit ad4ba66
Drop labels; gate via bot-author + paths filter
Labels were doing two jobs — neither worth the friction of pre-creating
the labels in every repo that adopts this:
1. Gating which PRs trigger augmentation. Replaced with the existing
pull_request paths: filter (only YAML edits) + user.login check
(must be renovate[bot]). Human PRs editing the YAML are out of
scope; they should be reviewed normally without skill augmentation.
2. Human filtering of "failed" / "needs-context" PRs. Replaced with
PR body sections and a failure-path PR comment that carries the
run URL.
Changes:
- Drop labels from Renovate packageRule in renovate.json.
- Drop --label from bootstrap gh pr create.
- Drop "Add needs-human-context label" step (gaps already shown in PR
body).
- Simplify failure step to comment-only; drop upstream-docs-failed
label. The PR comment already includes the run URL + retry hint.
- Drop labeled trigger type; no longer needed without label-race
concerns.
- Drop label check from workflow_dispatch retry validation.
Also unblocks the first real dispatch, which failed on
"upstream-content not found" since the label was never pre-created.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent ab0dc1f commit ad4ba66
2 files changed
Lines changed: 10 additions & 33 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
| 29 | + | |
32 | 30 | | |
33 | 31 | | |
34 | 32 | | |
| |||
61 | 59 | | |
62 | 60 | | |
63 | 61 | | |
64 | | - | |
| 62 | + | |
| 63 | + | |
65 | 64 | | |
| 65 | + | |
| 66 | + | |
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
70 | | - | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
115 | 114 | | |
116 | 115 | | |
117 | 116 | | |
| |||
120 | 119 | | |
121 | 120 | | |
122 | 121 | | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | 122 | | |
128 | 123 | | |
129 | 124 | | |
| |||
190 | 185 | | |
191 | 186 | | |
192 | 187 | | |
193 | | - | |
194 | | - | |
195 | 188 | | |
196 | 189 | | |
197 | 190 | | |
| |||
206 | 199 | | |
207 | 200 | | |
208 | 201 | | |
209 | | - | |
210 | | - | |
211 | | - | |
| 202 | + | |
212 | 203 | | |
213 | 204 | | |
214 | 205 | | |
| |||
490 | 481 | | |
491 | 482 | | |
492 | 483 | | |
493 | | - | |
494 | | - | |
495 | | - | |
496 | | - | |
497 | | - | |
498 | | - | |
499 | 484 | | |
500 | 485 | | |
501 | 486 | | |
| |||
631 | 616 | | |
632 | 617 | | |
633 | 618 | | |
634 | | - | |
635 | | - | |
636 | | - | |
637 | | - | |
638 | | - | |
639 | | - | |
640 | | - | |
641 | | - | |
642 | | - | |
| 619 | + | |
| 620 | + | |
| 621 | + | |
643 | 622 | | |
644 | 623 | | |
645 | 624 | | |
646 | 625 | | |
647 | 626 | | |
648 | | - | |
649 | 627 | | |
650 | 628 | | |
651 | 629 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
95 | 94 | | |
96 | 95 | | |
97 | 96 | | |
| |||
0 commit comments