From b97a1a0113689f15d28d4899b596fe508da20bd2 Mon Sep 17 00:00:00 2001 From: "Babak K. Shandiz" Date: Thu, 10 Jul 2025 17:00:38 +0100 Subject: [PATCH] ci: quote map entry value Signed-off-by: Babak K. Shandiz --- .github/workflows/stale-issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale-issues.yml b/.github/workflows/stale-issues.yml index 7435956c9..8939e4387 100644 --- a/.github/workflows/stale-issues.yml +++ b/.github/workflows/stale-issues.yml @@ -17,7 +17,7 @@ jobs: only-issue-labels: "needs-triage,needs-user-input" # Only issues with all of these labels can be marked as stale exempt-issue-labels: "keep" # Issues marked with this label should not be marked as stale - stale-issue-label: stale # Mark stale issues with this label + stale-issue-label: "stale" # Mark stale issues with this label stale-issue-message: | This issue has been automatically marked as stale because it has not had any activity in the last 30 days, and it will be closed in 30 days if no further activity occurs.