From cef0f0b76854a381cf990dc98528376f5ef6b41c Mon Sep 17 00:00:00 2001 From: Timo Pagel Date: Thu, 4 Sep 2025 16:48:13 +0200 Subject: [PATCH] Increase days before stale from 20 to 35 --- .github/workflows/stale.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index a4817e353..039917b92 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -17,7 +17,7 @@ jobs: recent activity. :calendar: It will be _closed automatically_ in two weeks if no further activity occurs. close-issue-message: This issue was closed because it has been stalled for 7 days with no activity. close-pr-message: This PR was closed because it has been stalled for 20 days with no activity. - days-before-stale: 20 + days-before-stale: 35 days-before-close: 7 days-before-pr-close: 20 exempt-issue-labels: 'critical,technical debt'