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 00d7279 commit 118e80fCopy full SHA for 118e80f
.github/stale.yml
@@ -7,9 +7,14 @@ exemptLabels:
7
- pinned
8
- security
9
- good first issue
10
- - up for grabs
+ - up-for-grabs
11
+ - bug
12
+ - enhancement
13
+ - help wanted
14
# Label to use when marking an issue as stale
15
staleLabel: wontfix
16
+# Limit to only `issues` not `pulls`
17
+only: issues
18
# Comment to post when marking an issue as stale. Set to `false` to disable
19
markComment: >
20
This issue has been automatically marked as stale because it has not had
0 commit comments