File tree Expand file tree Collapse file tree 4 files changed +26
-0
lines changed Expand file tree Collapse file tree 4 files changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ name: 'Tests: node.js < 10'
22
33on : [pull_request, push]
44
5+ permissions :
6+ contents : read
7+
58jobs :
69 tests :
710 uses : ljharb/actions/.github/workflows/node.yml@main
1013 type : minors
1114 command : npm run tests-only
1215 skip-ls-check : true
16+
17+ node :
18+ name : ' node < 10'
19+ needs : [tests]
20+ runs-on : ubuntu-latest
21+ steps :
22+ - run : true
Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ name: 'Tests: pretest/posttest'
22
33on : [pull_request, push]
44
5+ permissions :
6+ contents : read
7+
58jobs :
69 tests :
710 uses : ljharb/actions/.github/workflows/pretest.yml@main
Original file line number Diff line number Diff line change 1212 range : ' >= 10 < 20'
1313 type : minors
1414 command : npm run tests-only
15+
16+ node :
17+ name : ' node 10 - 20'
18+ needs : [tests]
19+ runs-on : ubuntu-latest
20+ steps :
21+ - run : true
Original file line number Diff line number Diff line change @@ -2,8 +2,14 @@ name: Require “Allow Edits”
22
33on : [pull_request_target]
44
5+ permissions :
6+ contents : read
7+
58jobs :
69 _ :
10+ permissions :
11+ pull-requests : read # for ljharb/require-allow-edits to check 'allow edits' on PR
12+
713 name : " Require “Allow Edits”"
814
915 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments