change our definition of stale

This commit is contained in:
Danny Brown 2020-12-02 09:00:03 -05:00 committed by GitHub
parent aeb7d5edcc
commit 6c5ad9e98d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
.github/stale.yml vendored
View File

@ -2,9 +2,9 @@
# https://github.com/apps/stale # https://github.com/apps/stale
# #
# Number of days of inactivity before an issue becomes stale # Number of days of inactivity before an issue becomes stale
daysUntilStale: 21 daysUntilStale: 180
# Number of days of inactivity before a stale issue is closed # Number of days of inactivity before a stale issue is closed
daysUntilClose: 7 daysUntilClose: 9000
# Issues with these labels will never be considered stale # Issues with these labels will never be considered stale
exemptLabels: exemptLabels:
- 'Story :raised_hands:' - 'Story :raised_hands:'