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 46c01c7 commit d7bcc72Copy full SHA for d7bcc72
.github/stale.yml
@@ -4,13 +4,18 @@ daysUntilStale: 45
4
daysUntilClose: 7
5
# Issues with these labels will never be considered stale
6
exemptLabels:
7
- - pinned
8
- - security
9
- - good first issue
10
- - up-for-grabs
11
- bug
12
- enhancement
+ - feature request
+ - good first issue
+ - hacktoberfest
13
- help wanted
+ - needs investigation
14
+ - needs more info
15
+ - question
16
+ - pinned
17
+ - security
18
+ - up-for-grabs
19
# Label to use when marking an issue as stale
20
staleLabel: wontfix
21
# Limit to only `issues` not `pulls`
0 commit comments