From 6c5ad9e98d7a59daee55deb72643f9e5145b344d Mon Sep 17 00:00:00 2001 From: Danny Brown Date: Wed, 2 Dec 2020 09:00:03 -0500 Subject: [PATCH] change our definition of stale --- .github/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index 990e2f4f1..0d11ecb91 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -2,9 +2,9 @@ # https://github.com/apps/stale # # Number of days of inactivity before an issue becomes stale -daysUntilStale: 21 +daysUntilStale: 180 # Number of days of inactivity before a stale issue is closed -daysUntilClose: 7 +daysUntilClose: 9000 # Issues with these labels will never be considered stale exemptLabels: - 'Story :raised_hands:'