From 01952d05c858c70ec0f007d90e394cf4cdfcd83b Mon Sep 17 00:00:00 2001 From: R Date: Sun, 29 Jan 2023 17:44:53 +0100 Subject: [PATCH] cI: make stalebot less annoying (#1587) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 2102cf3..9181062 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -19,5 +19,5 @@ jobs: exempt-pr-labels: 'stale-exempt' remove-stale-when-updated: 'True' operations-per-run: 500 - days-before-stale: 30 + days-before-stale: 180 days-before-close: 14