From 6e43e931b27012dc63b5b1b658d1540779f24831 Mon Sep 17 00:00:00 2001 From: jeffrey-signal Date: Tue, 31 Mar 2026 17:37:24 -0400 Subject: [PATCH] Fix label applied to inactive issues. --- .github/workflows/stale.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 25f8ef220a..6215ebcad1 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -18,16 +18,18 @@ jobs: days-before-stale: 60 days-before-close: 7 exempt-issue-labels: 'acknowledged' + stale-issue-label: 'wontfix' + stale-pr-label: 'wontfix' stale-issue-message: > This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions! - close-issue-message: > - This issue has been closed due to inactivity. stale-pr-message: > This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions! + close-issue-message: > + This issue has been closed due to inactivity. close-pr-message: > This pull request has been closed due to inactivity. operations-per-run: 30