From 5cddf63e3b7dcbcfa911f5283df814fc4f7a700b Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Fri, 23 Nov 2018 10:55:01 -0800 Subject: [PATCH] Issues are stale after 30 days --- .github/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index c9f084c0..7343783d 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 # Issues with these labels will never be considered stale