Update stale.yml

This commit is contained in:
Kalila 2021-03-26 15:40:00 -04:00 committed by GitHub
parent 62a9299b1e
commit 5eadda5be2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
.github/stale.yml vendored
View file

@ -1,13 +1,13 @@
# Number of days of inactivity before an issue becomes stale # Number of days of inactivity before an issue becomes stale
daysUntilStale: 60 daysUntilStale: 60
# Number of days of inactivity before a stale issue is closed # Number of days of inactivity before a stale issue is closed
daysUntilClose: 10 daysUntilClose: 21
# Issues with these labels will never be considered stale # Issues with these labels will never be considered stale
exemptLabels: exemptLabels:
- pinned - pinned
- security - security
# Label to use when marking an issue as stale # Label to use when marking an issue as stale
staleLabel: question / review 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 recent activity. This issue has been automatically marked as stale because it has not had recent activity.