Update stale.yaml file config

This commit is contained in:
Josh Johnson 2018-10-28 10:58:18 +00:00
parent 88a2bc1b7c
commit d14f1c503f

11
.github/stale.yml vendored
View file

@ -6,12 +6,15 @@ daysUntilClose: 7
exemptLabels:
- pinned
- security
- feature request
# 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
markComment: >
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
for your contributions.
Thanks for contributing to this issue. As it has been 60 days since the last
activity, this issue is being automatically closed. This is often because the
request was already solved in some way and it just wasn't updated or it's no
longer applicable. If that's not the case, please do feel free to either
reopen this issue or open a new one. We'll gladly take a look again!
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: false