File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ only: issues
10
10
# Issue specific configuration
11
11
issues :
12
12
limitPerRun : 5
13
- daysUntilStale : 28
14
- daysUntilClose : 14
13
+ daysUntilStale : 90
14
+ daysUntilClose : 30
15
15
markComment : >
16
16
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.
18
18
Thank you for your contributions.
19
19
closeComment : >
20
20
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.
22
22
Thank you for your contributions.
23
23
exemptLabels :
24
24
- request
Original file line number Diff line number Diff line change 30
30
- uses : actions/setup-node@v2-beta
31
31
with :
32
32
node-version : ' 12'
33
- - run : sudo npm install -g markdown-link-check
33
+ - run : sudo npm install -g markdown-link-check@3.8.7
34
34
-
uses :
pre-commit/[email protected]
35
35
with :
36
36
extra_args : --hook-stage manual markdown-link-check --all-files
You can’t perform that action at this time.
0 commit comments