diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 439e7eef5..c1b128ec4 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/stale@v6 with: exempt-all-milestones: true - any-of-labels: 'awaiting info' + any-of-labels: 'awaiting info,wontfix' days-before-stale: 5 days-before-close: 7 stale-issue-message: "This issue has been automatically marked as stale as there has been no recent activity in response to our request for more information. Please respond so that we can proceed with this issue."