From 4a2edae421ded86c1c068e704f851bd8adf816b7 Mon Sep 17 00:00:00 2001 From: Max Wilfinger <6246609+maxwxyz@users.noreply.github.com> Date: Tue, 3 Dec 2024 19:57:41 +0100 Subject: [PATCH] Update stale_issues.yml fix label selection --- .github/workflows/stale_issues.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/stale_issues.yml b/.github/workflows/stale_issues.yml index 571bbc6c98..466443403b 100644 --- a/.github/workflows/stale_issues.yml +++ b/.github/workflows/stale_issues.yml @@ -30,7 +30,7 @@ jobs: stale-issue-label: 'Status: Stale' close-issue-label: 'Status: Auto-closing' # trunk-ignore(yamllint/line-length) - exempt-issue-labels: 'Status: Confirmed', 'Priority: High', 'Priority: Critical', 'Blocker', 'Type: Feature' + exempt-issue-labels: 'Status: Confirmed,Priority: High,Priority: Critical,Blocker,Type: Feature' remove-stale-when-updated: true stale-issue-message: | Hi! This issue hasn’t seen activity in a while. If it’s still relevant, please update to the latest FreeCAD weekly build [download here](https://github.com/FreeCAD/FreeCAD-Bundle/releases/tag/weekly-builds) to see if the problem is resolved. @@ -60,7 +60,7 @@ jobs: operations-per-run: 30 # max num of ops per run stale-issue-label: 'Status: Stale' close-issue-label: 'Status: Auto-closing' - only-labels: 'Status: Needs feedback', 'Status: Needs test on dev version', 'Status: Needs steps to reproduce' + only-labels: 'Status: Needs feedback,Status: Needs test on dev version,Status: Needs steps to reproduce' remove-stale-when-updated: true stale-issue-message: | Hi! This issue hasn’t seen activity in a while despite the need for further feedback. @@ -79,4 +79,4 @@ jobs: for key in steps.awaiting_issues.outputs do printf '%s: %s\n' "${key}" "${steps.awaiting_issues.outputs[key]}" - done \ No newline at end of file + done