From 6d4599faf7ebd890277c99ed6af6ccaed44be85b Mon Sep 17 00:00:00 2001 From: Barnaby Keene Date: Fri, 26 Oct 2018 17:35:03 +0100 Subject: [PATCH] reconfigured stalebot to never close issues, only mark them as stale with the issue label after 90 days --- .github/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index 463287a..d1cc780 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,7 +1,7 @@ # Number of days of inactivity before an issue becomes stale daysUntilStale: 90 # Number of days of inactivity before a stale issue is closed -daysUntilClose: 30 +daysUntilClose: 9000 # Issues with these labels will never be considered stale exemptLabels: - "state: discuss"