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