From 18fac11bcf11e1be974ab2074196b826bbf405f6 Mon Sep 17 00:00:00 2001 From: Baptiste Augrain Date: Sun, 19 Apr 2026 09:09:49 +0200 Subject: [PATCH] ci: re-set 180 days-before-stale --- .github/workflows/mod-stale-issue-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mod-stale-issue-pr.yml b/.github/workflows/mod-stale-issue-pr.yml index a2bb6b5..c8d8ac0 100644 --- a/.github/workflows/mod-stale-issue-pr.yml +++ b/.github/workflows/mod-stale-issue-pr.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10.2.0 with: - days-before-stale: 90 + days-before-stale: 180 days-before-close: 30 operations-per-run: 1024 stale-issue-message: This issue has been automatically marked as stale. **If this issue is still affecting you, please leave any comment**, and we'll keep it open. If you have any new additional information, please include it with your comment!