Skip to content

Commit 75ea79a

Browse files
committed
Update stale.yml
1 parent dc05bbe commit 75ea79a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/stale.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# Configuration for probot-stale - https://github.com/probot/stale
22

33
# Number of days of inactivity before an Issue or Pull Request becomes stale
4-
daysUntilStale: 60
4+
daysUntilStale: 90
5+
# daysUntilStale: 60
56

67
# Number of days of inactivity before an Issue or Pull Request with the stale label is closed.
78
# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.
8-
daysUntilClose: 7
9+
daysUntilClose: 14
10+
# daysUntilClose: 7
911

1012
# Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled)
1113
onlyLabels: []

0 commit comments

Comments
 (0)