From 9d396e012d1a911b6255fd9c38aa57d3ffa21d74 Mon Sep 17 00:00:00 2001 From: hunterlong Date: Fri, 10 Apr 2020 06:55:14 -0700 Subject: [PATCH] stalebot --- .github/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index 7c8a7daf..6e14155b 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,7 +1,7 @@ # Number of days of inactivity before an issue becomes stale daysUntilStale: 60 # 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: - bug