Skip to content

Commit f6ed506

Browse files
authored
Remove wontfix label from stalebot (#6810)
Replacing the `wontfix` label with `stale` label. `wontfix` looks like we would never fix them.
1 parent ea1ec9b commit f6ed506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ exemptLabels:
1717
- security
1818
- up-for-grabs
1919
# Label to use when marking an issue as stale
20-
staleLabel: wontfix
20+
staleLabel: stale
2121
# Limit to only `issues` not `pulls`
2222
only: issues
2323
# Comment to post when marking an issue as stale. Set to `false` to disable

0 commit comments

Comments
 (0)