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 8bdf26b commit 0923c93Copy full SHA for 0923c93
.github/stale.yml
@@ -4,6 +4,7 @@ daysUntilStale: 45
4
daysUntilClose: 7
5
# Issues with these labels will never be considered stale
6
exemptLabels:
7
+ - accepted
8
- pinned
9
- security
10
- good first task
@@ -16,8 +17,10 @@ exemptLabels:
16
17
- needs more info
18
- discussion
19
- question
20
+ - pr-submitted
21
+ - proposal
22
# Label to use when marking an issue as stale
-staleLabel: wontfix
23
+staleLabel: stale
24
# Limit to only `issues` not `pulls`
25
only: issues
26
# Comment to post when marking an issue as stale. Set to `false` to disable
0 commit comments