diff --git a/.github/stale.yml b/.github/stale.yml index 2328fea17c..88e2766248 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -10,15 +10,15 @@ only: issues # Issue specific configuration issues: limitPerRun: 5 - daysUntilStale: 28 - daysUntilClose: 14 + daysUntilStale: 90 + daysUntilClose: 30 markComment: > This issue has been automatically marked as stale because it has not had activity in the - last 28 days. It will be closed in the next 14 days if no further activity occurs. + last 90 days. It will be closed in the next 30 days if no further activity occurs. Thank you for your contributions. closeComment: > This issue has been automatically closed because it has not had activity in the - last 42 days. If this issue is still valid, please ping a maintainer. + last 120 days. If this issue is still valid, please ping a maintainer. Thank you for your contributions. exemptLabels: - request diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index ebd636acab..e8d43da199 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -30,7 +30,7 @@ jobs: - uses: actions/setup-node@v2-beta with: node-version: '12' - - run: sudo npm install -g markdown-link-check + - run: sudo npm install -g markdown-link-check@3.8.7 - uses: pre-commit/action@v2.0.0 with: extra_args: --hook-stage manual markdown-link-check --all-files