Skip to content

Commit f32748c

Browse files
authored
housekeeping(stalebot): never close never stales (#4891)
1 parent 8e5af82 commit f32748c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/stale.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ jobs:
1515
# https://github.com/actions/stale/pull/775
1616
- uses: actions/stale@v6.0.0
1717
with:
18-
stale-issue-label: stale
19-
stale-pr-label: stale
18+
stale-issue-label: 'stale'
19+
stale-pr-label: 'stale'
20+
exempt-issue-labels: 'never stale'
21+
exempt-pr-labels: 'never stale'
2022
# Pull Requests become stale more quickly due to merge conflicts.
2123
# Also, we promote minimizing WIP.
2224
days-before-pr-stale: 7

0 commit comments

Comments
 (0)