From c2235c6a62d29e0a9e2e274eb340358a445b695d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Sun, 16 Aug 2020 18:25:14 +0200 Subject: [PATCH] Revert "Update stale.yml" This reverts commit 4f69ade7118302abff97169d17bfa9baac6a711c. --- .github/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index 313f9285e..692c59659 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,7 +1,7 @@ # Number of days of inactivity before an issue becomes stale -daysUntilStale: 90 +daysUntilStale: 120 # Number of days of inactivity before a stale issue is closed -daysUntilClose: 15 +daysUntilClose: 30 # Issues with these labels will never be considered stale exemptLabels: - Keep