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 3a8ba2e commit b1d0658Copy full SHA for b1d0658
.github/stale.yml
@@ -6,7 +6,8 @@ daysUntilClose: 30
6
exemptLabels:
7
- Roadmap
8
- Bug
9
- - New Feature
+ - feature request
10
+ - Tips
11
# Label to use when marking an issue as stale
12
staleLabel: Stale
13
# Comment to post when marking an issue as stale. Set to `false` to disable
@@ -17,4 +18,4 @@ markComment: >
17
18
unmarkComment: false
19
# Comment to post when closing a stale issue. Set to `false` to disable
20
closeComment: >
- This issue is closed. Please re-open if needed.
21
+ This issue is closed. Please re-open if needed.
0 commit comments