From d22a20ffa6002ed1aa8d292c22176ac17f16ba58 Mon Sep 17 00:00:00 2001 From: Alexandru Ionut Tripon Date: Thu, 13 Feb 2025 08:14:20 +0200 Subject: [PATCH] Update .github/workflows/stale.yml Co-authored-by: TheKodeToad Signed-off-by: Alexandru Ionut Tripon --- .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 8de9389ef..106a7844f 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -21,7 +21,7 @@ jobs: with: days-before-stale: 60 days-before-close: -1 # Don't close anything - exempt-issue-labels: rfc,nostale,active,wanted + exempt-issue-labels: rfc,nostale,help wanted exempt-all-milestones: true exempt-all-assignees: true operations-per-run: 1000