Skip to content

Commit a39f805

Browse files
committed
extend stale bot to 90 days
1 parent a867e13 commit a39f805

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/stale.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ only: issues
1010
# Issue specific configuration
1111
issues:
1212
limitPerRun: 5
13-
daysUntilStale: 28
14-
daysUntilClose: 14
13+
daysUntilStale: 90
14+
daysUntilClose: 30
1515
markComment: >
1616
This issue has been automatically marked as stale because it has not had activity in the
17-
last 28 days. It will be closed in the next 14 days if no further activity occurs.
17+
last 90 days. It will be closed in the next 30 days if no further activity occurs.
1818
Thank you for your contributions.
1919
closeComment: >
2020
This issue has been automatically closed because it has not had activity in the
21-
last 42 days. If this issue is still valid, please ping a maintainer.
21+
last 120 days. If this issue is still valid, please ping a maintainer.
2222
Thank you for your contributions.
2323
exemptLabels:
2424
- request

0 commit comments

Comments
 (0)