Skip to content

Commit 0923c93

Browse files
authored
Remove wontfix label from stale bot (#1158)
1 parent 8bdf26b commit 0923c93

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/stale.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ daysUntilStale: 45
44
daysUntilClose: 7
55
# Issues with these labels will never be considered stale
66
exemptLabels:
7+
- accepted
78
- pinned
89
- security
910
- good first task
@@ -16,8 +17,10 @@ exemptLabels:
1617
- needs more info
1718
- discussion
1819
- question
20+
- pr-submitted
21+
- proposal
1922
# Label to use when marking an issue as stale
20-
staleLabel: wontfix
23+
staleLabel: stale
2124
# Limit to only `issues` not `pulls`
2225
only: issues
2326
# Comment to post when marking an issue as stale. Set to `false` to disable

0 commit comments

Comments
 (0)