From 2f873167f6208c797308138d867b5d99b0c115a7 Mon Sep 17 00:00:00 2001 From: Josh Johnson Date: Mon, 4 Feb 2019 08:45:21 +0000 Subject: [PATCH] Increase stale thresholds --- .github/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index e8d94b5..cdd4381 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,7 +1,7 @@ # Number of days of inactivity before an issue becomes stale -daysUntilStale: 60 +daysUntilStale: 100 # Number of days of inactivity before a stale issue is closed -daysUntilClose: 7 +daysUntilClose: 10 # Issues with these labels will never be considered stale exemptLabels: - pinned