Commit 5a13523
ci(stale): exempt pinned items and document required labels (#114)
The stale workflow applies a 'stale' label that had been deleted from
the repo's label set, leaving stale items unfilterable and breaking the
documented rescue path (surfaced when issue #58 was auto-marked stale
with no permanent opt-out).
- Add 'pinned' to exempt-issue-labels and introduce exempt-pr-labels
(PRs previously had no exemption mechanism)
- Mention the pinned rescue path in the stale-issue message
- Document that the stale and pinned labels must exist in the repo's
label set
The stale (#ededed) and pinned (#5319e7) labels were recreated directly
in the repo's label registry via gh label create.
Fixes #113
Co-authored-by: Paul Mulligan <paul@pmds.pull-list.net>
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>1 parent cf8e8a5 commit 5a13523
1 file changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
19 | 22 | | |
20 | 23 | | |
21 | 24 | | |
| |||
25 | 28 | | |
26 | 29 | | |
27 | 30 | | |
28 | | - | |
| 31 | + | |
| 32 | + | |
29 | 33 | | |
30 | 34 | | |
31 | 35 | | |
32 | 36 | | |
33 | | - | |
| 37 | + | |
34 | 38 | | |
35 | 39 | | |
36 | 40 | | |
| |||
46 | 50 | | |
47 | 51 | | |
48 | 52 | | |
| 53 | + | |
0 commit comments