Update stale.yml

This commit is contained in:
Michael Diarmid 2018-09-02 03:09:04 +01:00 committed by GitHub
parent 2760de41ea
commit c492a27350
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 6 deletions

14
.github/stale.yml vendored
View File

@ -1,7 +1,7 @@
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 21
daysUntilStale: 28
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7
daysUntilClose: 14
# Issues with these labels will never be considered stale
exemptLabels:
- await-invertase-feedback
@ -12,8 +12,10 @@ exemptLabels:
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 user activity. It will be closed if no further activity occurs. Thank you
for your contributions.
Hello 👋, this issue has been automatically marked as stale because it has not had activity for quite some time.
Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no
further activity occurs. Thank you for your contributions.
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: false
closeComment: >
Closing this issue after a prolonged period of inactivity. If this is still present in the latest release, please feel free to create a new issue with up-to-date information.
only: issues