From 12100d25f4223afb08e23defaf8ca01774b99bee Mon Sep 17 00:00:00 2001 From: choco-sync Date: Mon, 23 Sep 2024 14:54:05 +0000 Subject: [PATCH] (maint) synced local '.github/workflows/stale.yml' with remote '.github/workflows/stale.yml' --- .github/workflows/stale.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 6e9bc471..901384dd 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -12,7 +12,7 @@ jobs: stale: runs-on: ubuntu-latest steps: - - uses: actions/stale@v4.1.0 + - uses: actions/stale@v9 id: stale with: days-before-stale: 30 @@ -24,9 +24,10 @@ jobs: only-labels: '0 - Waiting on User' close-issue-label: "No Response / Stale" close-pr-label: "No Response / Stale" - exempt-issue-labels: 'Security / CVE' - exempt-pr-labels: 'Security / CVE' - labels-to-remove-when-unstale: '0 - Wating on User,Pending closure' + exempt-issue-labels: 'Security / CVE,2 - Working,3 - Review' + exempt-pr-labels: 'Security / CVE,2 - Working,3 - Review' + labels-to-remove-when-unstale: '0 - Waiting on User,Pending closure' + remove-stale-when-updated: true stale-issue-message: | Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? This issue will be closed in 14 days if it continues to be inactive.