From 9d37cfccd06b2379a57f1d21849723f17e94e9f6 Mon Sep 17 00:00:00 2001 From: Kevin Fronczak Date: Tue, 5 Jan 2021 09:12:56 -0500 Subject: [PATCH] Update stale.yml --- .github/stale.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index 45dca08..dbe5715 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,5 +1,5 @@ # Number of days of inactivity before an issue becomes stale -daysUntilStale: 60 +daysUntilStale: 30 # Number of days of inactivity before a stale issue is closed daysUntilClose: 7 @@ -8,7 +8,8 @@ daysUntilClose: 7 exemptLabels: - Priority - bug - - Help Wanted + - help wanted + - feature request # Set to true to ignore issues in a project (defaults to false) exemptProjects: true