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 1cffab7 commit ab72dfdCopy full SHA for ab72dfd
.github/stale.yml
@@ -2,20 +2,22 @@
2
# Configuration for probot-stale - https://github.com/probot/stale
3
4
# Number of days of inactivity before an issue becomes stale
5
-daysUntilStale: 90
+# daysUntilStale: 90
6
+daysUntilStale: 900000 # Temporarily disable
7
8
# Number of days of inactivity before a stale issue is closed
-daysUntilClose: 7
9
+# daysUntilClose: 7
10
+daysUntilClose: 70000 # Temporarily disable
11
12
# Issues with these labels will never be considered stale
13
exemptLabels:
14
- pinned
- - feature
- - documentation
15
- - bug
+ - type: feature
16
+ - type: docs
17
+ - type: bug
18
- discussion
- - performance
- - semver:major
19
+ - type: performance
20
+ - breaking change
21
- good first issue
22
- suggestion
23
0 commit comments