From bef8a2b18a6980b80e4e197266657c23548484a0 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Mon, 22 May 2023 04:46:12 +0200 Subject: [PATCH] [stale action] The expected value is a comma separated string --- .github/workflows/stale.yml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 4d2a0230e3..32a4e4c5d5 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -16,13 +16,9 @@ jobs: days-before-issue-stale: 28 days-before-issue-close: 7 any-of-issue-labels: - [ - "Waiting on author", - "Cannot reproduce 🤷", - "python past end of life", - "Won't fix/not planned", - ] - exempt-issue-labels: ["High priority", "Blocked 🚧", "Needs decision 🔒"] + "Waiting on author,Cannot reproduce 🤷,python past end of life,Won't fix/not + planned" + exempt-issue-labels: "High priority,Blocked 🚧,Needs decision 🔒" stale-issue-message: "This issue is stale because it has been open 4 weeks with no activity. Remove 'Stale' label or comment or this will be closed in a week." @@ -31,8 +27,8 @@ jobs: activity." any-of-pr-labels: - ["Waiting on author", "python past end of life", "Won't fix/not planned"] - exempt-pr-labels: ["High priority", "Blocked 🚧", "Needs review 🔍"] + "Waiting on author,python past end of life,Won't fix/not planned" + exempt-pr-labels: "High priority,Blocked 🚧,Needs review 🔍" days-before-pr-stale: 56 days-before-pr-close: -1 stale-pr-label: "Needs take over 🛎️"