From 58dfd3e13a00d78324d9f1b4daf61852568d8c26 Mon Sep 17 00:00:00 2001 From: be5invis Date: Wed, 26 Aug 2020 00:30:13 -0700 Subject: [PATCH] Change stale settings --- .github/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index 03ed9d0af..f718f1aea 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 +daysUntilStale: 60 # Number of days of inactivity before a stale issue is closed -daysUntilClose: 30 +daysUntilClose: 15 # Don't close an issue if it is assigned to a milestone. exemptMilestones: true # Label to use when marking an issue as stale