Reduce the number of days an issue is stale by 10

This commit is contained in:
rallytime 2018-09-28 10:33:23 -04:00
parent e6e6f5120d
commit ac2aa41ba3
No known key found for this signature in database
GPG Key ID: E8F1A4B90D0DEA19

4
.github/stale.yml vendored
View File

@ -1,8 +1,8 @@
# Probot Stale configuration file
# Number of days of inactivity before an issue becomes stale
# 550 is approximately 1 year and 6 months
daysUntilStale: 550
# 540 is approximately 1 year and 6 months
daysUntilStale: 540
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7