From caa0c54e9aececadad4fa8101136c7bda5626dfd Mon Sep 17 00:00:00 2001 From: rallytime Date: Fri, 10 Nov 2017 11:24:42 -0500 Subject: [PATCH] Reduce the number of days an issue is stale by 10 --- .github/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index 8ad336f7fd..08dc581b1f 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,8 +1,8 @@ # Probot Stale configuration file # Number of days of inactivity before an issue becomes stale -# 900 is approximately 2 years and 5 months -daysUntilStale: 900 +# 890 is approximately 2 years and 5 months +daysUntilStale: 890 # Number of days of inactivity before a stale issue is closed daysUntilClose: 7