File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ only: issues
1010# Issue specific configuration
1111issues :
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
Original file line number Diff line number Diff line change 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/action@v2.0.0
3535 with :
3636 extra_args : --hook-stage manual markdown-link-check --all-files
You can’t perform that action at this time.
0 commit comments