From 0182aafe6f64297e1d26480aa42c6bcc2f4d3f1b Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Thu, 14 Dec 2023 20:04:01 +0500 Subject: [PATCH] Added also 'wontfix' label --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."