Skip to content

Commit

Permalink
extend stalebot (#5789)
Browse files Browse the repository at this point in the history
* extend stale bot to 90 days
* update markdown version to match develop
  • Loading branch information
maryamhonari authored Sep 22, 2022
1 parent 71b121c commit 28fb5f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
extra_args: --hook-stage manual markdown-link-check --all-files
Expand Down

0 comments on commit 28fb5f3

Please sign in to comment.