Skip to content

Commit 73c21d1

Browse files
authored
Wrap labels with quotes
1 parent a97ce1f commit 73c21d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/stale.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ daysUntilStale: 30
44
daysUntilClose: 7
55
# Issues with these labels will never be considered stale
66
exemptLabels:
7-
- 📌 Pinned
7+
- "📌 Pinned"
88
# Label to use when marking an issue as stale
9-
staleLabel: 👀 Awaiting Response
9+
staleLabel: "👀 Awaiting Response"
1010
# Comment to post when marking an issue as stale. Set to `false` to disable
1111
markComment: >
1212
This issue has been automatically marked as stale because it has not had

0 commit comments

Comments
 (0)