Remove wontfix label from stalebot (#6810)

Replacing the `wontfix` label with `stale` label. `wontfix` looks like we would never fix them.
This commit is contained in:
Diamond Lewis
2020-07-17 10:15:29 -05:00
committed by GitHub
parent ea1ec9b325
commit f6ed5067b0

2
.github/stale.yml vendored
View File

@@ -17,7 +17,7 @@ exemptLabels:
- security
- up-for-grabs
# Label to use when marking an issue as stale
staleLabel: wontfix
staleLabel: stale
# Limit to only `issues` not `pulls`
only: issues
# Comment to post when marking an issue as stale. Set to `false` to disable