From e0d3028bb057eef4c662171d686dc2d85a98d855 Mon Sep 17 00:00:00 2001 From: rallytime Date: Fri, 29 Sep 2017 14:25:18 -0400 Subject: [PATCH] Reduce the number of days an issue is stale by 25 --- .github/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index 35928803a7f..38e95f87029 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 -# 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