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 dc05bbe commit 75ea79aCopy full SHA for 75ea79a
.github/stale.yml
@@ -1,11 +1,13 @@
1
# Configuration for probot-stale - https://github.com/probot/stale
2
3
# Number of days of inactivity before an Issue or Pull Request becomes stale
4
-daysUntilStale: 60
+daysUntilStale: 90
5
+# daysUntilStale: 60
6
7
# Number of days of inactivity before an Issue or Pull Request with the stale label is closed.
8
# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.
-daysUntilClose: 7
9
+daysUntilClose: 14
10
+# daysUntilClose: 7
11
12
# Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled)
13
onlyLabels: []
0 commit comments