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 5cbb37f commit 8af69c1Copy full SHA for 8af69c1
.github/stale.yml
@@ -5,10 +5,11 @@ daysUntilStale: 30
5
daysUntilClose: 7
6
# Issues with these labels will never be considered stale
7
exemptLabels:
8
- - pinned
9
- - security
+ - 'pinned'
+ - 'security'
10
+ - 'help wanted'
11
# Label to use when marking an issue as stale
-staleLabel: wontfix
12
+staleLabel: 'stale'
13
# Comment to post when marking an issue as stale. Set to `false` to disable
14
markComment: >
15
This issue has been automatically marked as stale because it has not had
0 commit comments