Reduce the number of days an issue is stale by 25

This commit is contained in:
rallytime 2017-09-29 14:25:18 -04:00
parent 2ebc07ba99
commit e0d3028bb0
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
# 1000 is approximately 2 years and 9 months
daysUntilStale: 1000
# 975 is approximately 2 years and 8 months
daysUntilStale: 975
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7