Merge pull request #640 from wren/stalebot-update-3

reduce the number of days an issue can be open with no activity before marked stale
This commit is contained in:
Jonathan Wren 2019-08-03 12:10:24 -07:00 committed by GitHub
commit dc61c5c678
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
.github/stale.yml vendored
View file

@ -1,5 +1,5 @@
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 60
daysUntilStale: 30
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7
# Issues with these labels will never be considered stale