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 4c5641c commit 3211124Copy full SHA for 3211124
.github/stale.yml
@@ -15,14 +15,15 @@
15
# Number of days of inactivity before an issue becomes stale
16
daysUntilStale: 60
17
# Number of days of inactivity before a stale issue is closed
18
-daysUntilClose: 7
+# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.
19
+daysUntilClose: false
20
# Issues with these labels will never be considered stale
21
exemptLabels:
22
- pinned
23
- security
24
- new instrumentation
25
# Label to use when marking an issue as stale
-staleLabel: wontfix
26
+staleLabel: stale
27
# Comment to post when marking an issue as stale. Set to `false` to disable
28
markComment: >
29
This issue has been automatically marked as stale because it has not had
0 commit comments