Skip to content

Commit 6401b88

Browse files
authored
chore: alter stale bot exempt tags
The stale bot was not exempting any of the labels we intended to be exempt The previous "pin" tag wasn't working at all The needs review tag was incorrect (blocked vs workflow) The %20 escapes are not needed in practice
1 parent 6adb664 commit 6401b88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/stale.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
If you think this is a mistake please comment and ping a maintainer to get this merged ASAP! Thanks for contributing!
3131
3232
You have 15 days until this gets closed automatically
33-
exempt-issue-labels: '📌%20pin,Help:%20Good%20First%20Issue,Blocked:%20Needs%20Review'
34-
exempt-pr-labels: '📌%20pin,Help:%20Good First%20Issue,Blocked:%20Needs%20Review'
33+
exempt-issue-labels: 'Keep Open,Help: Good First Issue,Workflow: Needs Review'
34+
exempt-pr-labels: 'Keep Open,Help: Good First Issue,Workflow: Needs Review'
3535
close-issue-reason: not_planned
3636
days-before-stale: 28
3737
days-before-close: 15

0 commit comments

Comments
 (0)