From 6f50d8a7720efc1b31911e96fbb3e8e7c917e44d Mon Sep 17 00:00:00 2001 From: Fabian Ruff Date: Wed, 27 Dec 2017 12:20:02 +0100 Subject: [PATCH] Relax stalebot I think 30 days turned out to be to aggressive given our small team. We had multiple relevant issues closed before we could address them. K8s uses 90 days as well. --- .github/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index 9d23fb5a9d..ee4424bc74 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,5 +1,5 @@ # Number of days of inactivity before an issue becomes stale -daysUntilStale: 30 +daysUntilStale: 90 # Number of days of inactivity before a stale issue is closed daysUntilClose: 7 # Issues with these labels will never be considered stale