From 1f3289934aae021ab05aec9b3d2df809cb9b93b8 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Fri, 12 Mar 2021 09:42:25 +0100 Subject: [PATCH] stalebot: update config This decreases the number of days of inactivity before an issue becomes sstale. Signed-off-by: Guillaume Abrioux --- .github/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index ea3f2d662..751829479 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: 10 # Number of days of inactivity before a stale issue is closed daysUntilClose: 7 # Issues with these labels will never be considered stale -- 2.47.3