Reduce the number of days an issue is stale by 10

This commit is contained in:
rallytime 2018-06-01 15:15:27 -04:00
parent 7c974f824a
commit 4f8a2e944d
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
# 700 is approximately 1 year and 11 months
daysUntilStale: 700
# 690 is approximately 1 year and 11 months
daysUntilStale: 690
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7