From 0b5850724c8b26d8d67e5d040d972787a7fb49dd Mon Sep 17 00:00:00 2001 From: Johan Mabille Date: Wed, 15 Jul 2026 09:24:41 +0200 Subject: [PATCH] Change issue stalling to 1y --- .github/workflows/issue-close.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/issue-close.yml b/.github/workflows/issue-close.yml index 7156c375c..25f105dd5 100644 --- a/.github/workflows/issue-close.yml +++ b/.github/workflows/issue-close.yml @@ -13,11 +13,11 @@ jobs: - uses: actions/stale@v8 with: any-of-issue-labels: Needs clarification, Answered, Stale? - days-before-issue-stale: 30 + days-before-issue-stale: 365 days-before-issue-close: 14 stale-issue-label: Stale stale-issue-message: | - This issue is stale because it has been open for 30 days with no activity. + This issue is stale because it has been open for 365 days with no activity. It will be automatically closed in 14 days. close-issue-message: | This issue was closed because it has been inactive for 14 days since being marked as stale.