ci: quote map entry value

Signed-off-by: Babak K. Shandiz <babakks@github.com>
This commit is contained in:
Babak K. Shandiz 2025-07-10 17:00:38 +01:00
parent ebba64f1f5
commit b97a1a0113
No known key found for this signature in database
GPG key ID: 9472CAEFF56C742E

View file

@ -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.