From dd5ee69b114c664c4d0e0ee4c4cdd5e70a25e695 Mon Sep 17 00:00:00 2001 From: Eugene Date: Fri, 11 Oct 2019 14:56:57 -0700 Subject: [PATCH] Update stale.yml --- .github/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index a3d40cc4..a43af265 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: 180 # Number of days of inactivity before a stale issue is closed -daysUntilClose: 14 +daysUntilClose: 90 # Issues with these labels will never be considered stale exemptLabels: - "T: Enhancement"