We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a97ce1f commit 73c21d1Copy full SHA for 73c21d1
.github/stale.yml
@@ -4,9 +4,9 @@ daysUntilStale: 30
4
daysUntilClose: 7
5
# Issues with these labels will never be considered stale
6
exemptLabels:
7
- - 📌 Pinned
+ - "📌 Pinned"
8
# Label to use when marking an issue as stale
9
-staleLabel: 👀 Awaiting Response
+staleLabel: "👀 Awaiting Response"
10
# Comment to post when marking an issue as stale. Set to `false` to disable
11
markComment: >
12
This issue has been automatically marked as stale because it has not had
0 commit comments