From 3018c33efdac01bac02c1e82045c672ae3d593c8 Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Sat, 16 Jul 2022 15:04:40 -0400 Subject: [PATCH] ci: stale: Use wontfix for close label, not stale --- .github/workflows/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index e3151159..2b0676c4 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -11,6 +11,8 @@ jobs: steps: - uses: actions/stale@v5 with: + close-issue-label: wontfix + close-pr-label: wontfix exempt-issue-labels: - pinned - security @@ -31,12 +33,10 @@ jobs: - Special case Bug - Upstream bug - Feature Request - stale-issue-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. - stale-pr-label: wontfix 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