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 4958e50 commit 6771beaCopy full SHA for 6771bea
.github/stale.yml
@@ -1,13 +1,17 @@
1
# Number of days of inactivity before an issue becomes stale
2
-daysUntilStale: 180
+daysUntilStale: 366
3
4
# Number of days of inactivity before a stale issue is closed
5
-daysUntilClose: 14
+daysUntilClose: 30
6
7
# Issues with these labels will never be considered stale
8
exemptLabels:
9
- pinned
10
- security
11
+ - bug
12
+ - blocked
13
+ - protected
14
+ - triaged
15
16
# Label to use when marking an issue as stale
17
staleLabel: stale
0 commit comments