From c200031be690a06cc20383e41fa0ff0f683d7879 Mon Sep 17 00:00:00 2001 From: Alexander Graf <17130992+aandergr@users.noreply.github.com> Date: Sun, 20 Jun 2021 13:50:50 +0200 Subject: [PATCH] Increase stale period for pull requests and issues --- .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 6a02162..6b17c6c 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -30,5 +30,5 @@ jobs: stale-pr-label: 'stale' exempt-issue-label: 'leave open' exempt-pr-label: 'leave open' - days-before-stale: 90 + days-before-stale: 135 days-before-close: 14