From 6424f4cc127dd39029a70c758fcf0ff3bf9d824a Mon Sep 17 00:00:00 2001 From: Nicole Thomas Date: Tue, 8 Aug 2017 16:09:01 -0400 Subject: [PATCH] Reduce the # of days an issue is stale to 6 months This should be a good amount of time until an issue is considered stale --- .github/stale.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index e5049ca..6cbfe56 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,7 +1,8 @@ # Probot Stale configuration file # Number of days of inactivity before an issue becomes stale -daysUntilStale: 200 +# 182 days is roughly 6 months +daysUntilStale: 182 # Number of days of inactivity before a stale issue is closed daysUntilClose: 7