Update stale.yml

This commit is contained in:
Adam Hopkins 2019-05-15 07:46:58 +03:00 committed by Yun Xu
parent 21ebf6d777
commit b6453e9fac

3
.github/stale.yml vendored
View File

@ -6,6 +6,7 @@ daysUntilClose: 30
exemptLabels: exemptLabels:
- bug - bug
- urgent - urgent
- necessary
# Label to use when marking an issue as stale # Label to use when marking an issue as stale
staleLabel: stale 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
@ -14,4 +15,4 @@ markComment: >
recent activity. It will be closed if no further activity occurs. If this recent activity. It will be closed if no further activity occurs. If this
is incorrect, please respond with an update. Thank you for your contributions. is incorrect, please respond with an update. 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