From 0f66005a2c4d52af424fbf049e30aabf63913663 Mon Sep 17 00:00:00 2001 From: Cody Lee Date: Mon, 1 May 2023 09:45:40 -0500 Subject: [PATCH] Update stale.yml lower stalebot settings --- .github/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index 72639d54..4087285b 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,7 +1,7 @@ # Number of days of inactivity before an issue becomes stale -daysUntilStale: 180 +daysUntilStale: 30 # Number of days of inactivity before a stale issue is closed -daysUntilClose: 14 +daysUntilClose: 7 # Issues with these labels will never be considered stale exemptLabels: - pinned