From e4c296c63d830b0aa3dad26ee96acb62376e4d68 Mon Sep 17 00:00:00 2001 From: Cody Lee Date: Wed, 21 Dec 2022 19:31:23 -0600 Subject: [PATCH] update stale settings to 6 months + 14 days --- .github/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index b3e64c3e..efa89ac4 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,5 +1,5 @@ # Number of days of inactivity before an issue becomes stale -daysUntilStale: 270 +daysUntilStale: 180 # Number of days of inactivity before a stale issue is closed daysUntilClose: 14 # Issues with these labels will never be considered stale