Change stale-bot's label from "wont fix" to the more user friendly "stale".

pull/116/head
Ben Peachey 5 years ago committed by GitHub
parent 5e6e41a9cf
commit e1ed5478f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

7
.github/stale.yml vendored

@ -4,14 +4,15 @@ daysUntilStale: 60
daysUntilClose: 7 daysUntilClose: 7
# Issues with these labels will never be considered stale # Issues with these labels will never be considered stale
exemptLabels: exemptLabels:
- not-stale
- pinned - pinned
- security - security
# Label to use when marking an issue as stale # Label to use when marking an issue as stale
staleLabel: wontfix staleLabel: stale
# Comment to post when marking an issue as stale. Set to `false` to disable # Comment to post when marking an issue as stale. Set to `false` to disable
markComment: > markComment: >
This issue has been automatically marked as stale because it has not had This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you activity in the past 60 days. It will be closed in seven days if no
for your contributions. further activity occurs. Thank you for your contributions.
# Comment to post when closing a stale issue. Set to `false` to disable # Comment to post when closing a stale issue. Set to `false` to disable
closeComment: false closeComment: false

Loading…
Cancel
Save