Reduce the number of days an issue is stale by 10

This commit is contained in:
rallytime 2018-04-06 15:57:21 -04:00
parent 3bf0c4fa12
commit 5a7c811d46
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
# 760 is approximately 2 years and 1 month
daysUntilStale: 760
# 750 is approximately 2 years and 1 month
daysUntilStale: 750
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7