Skip to content

Commit 28fb5f3

Browse files
authored
extend stalebot (#5789)
* extend stale bot to 90 days * update markdown version to match develop
1 parent 71b121c commit 28fb5f3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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

.github/workflows/pre-commit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/setup-node@v2-beta
3131
with:
3232
node-version: '12'
33-
- run: sudo npm install -g markdown-link-check
33+
- run: sudo npm install -g markdown-link-check@3.8.7
3434
- uses: pre-commit/[email protected]
3535
with:
3636
extra_args: --hook-stage manual markdown-link-check --all-files

0 commit comments

Comments
 (0)