File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ jobs:
118118 - name : ' Setup node'
119119 uses : actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561
120120 with :
121- node-version : ' 16 '
121+ node-version : 16.14.x
122122
123123 - run : npm ci
124124
Original file line number Diff line number Diff line change 4949 - name : Setup Node
5050 uses : actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561
5151 with :
52- node-version : 16.x
52+ node-version : 16.14. x
5353 cache : npm
5454
5555 - name : Install dependencies
Original file line number Diff line number Diff line change 2929 - name : Setup Node
3030 uses : actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561
3131 with :
32- node-version : 16.x
32+ node-version : 16.14. x
3333
3434 - name : Run check
3535 run : |
Original file line number Diff line number Diff line change 1111
1212permissions :
1313 issues : write
14- repository-projects : write
1514
1615jobs :
1716 triage-issue-comments :
4746 with :
4847 add-labels : ' triage'
4948 ignore-if-labeled : true
50- - name : Triage to project board
51- uses : rachmari/actions-add-new-issue-to-column@1a459ef92308ba7c9c9dc2fcdd72f232495574a9
52- with :
53- action-token : ${{ secrets.GITHUB_TOKEN }}
54- project-url : ' https://github.com/github/docs/projects/1'
55- column-name : ' Triage'
Original file line number Diff line number Diff line change 1212
1313permissions :
1414 issues : write
15- repository-projects : write
1615
1716jobs :
1817 triage_issues :
2423 uses : andymckay/labeler@e6c4322d0397f3240f0e7e30a33b5c5df2d39e90
2524 with :
2625 add-labels : ' triage'
27- - name : Triage to project board
28- uses : rachmari/actions-add-new-issue-to-column@1a459ef92308ba7c9c9dc2fcdd72f232495574a9
29- with :
30- action-token : ${{ secrets.GITHUB_TOKEN }}
31- project-url : ' https://github.com/github/docs/projects/1'
32- column-name : ' Triage'
Original file line number Diff line number Diff line change 1313permissions :
1414 issues : write
1515 pull-requests : write
16- repository-projects : write
1716
1817jobs :
1918 triage_pulls :
2524 uses : andymckay/labeler@e6c4322d0397f3240f0e7e30a33b5c5df2d39e90
2625 with :
2726 add-labels : ' triage'
28- - name : Triage to project board
29- uses : rachmari/actions-add-new-issue-to-column@1a459ef92308ba7c9c9dc2fcdd72f232495574a9
30- with :
31- action-token : ${{ secrets.GITHUB_TOKEN }}
32- project-url : ' https://github.com/github/docs/projects/1'
33- column-name : ' Triage'
You can’t perform that action at this time.
0 commit comments