File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 steps :
1515 - name : Label the PR
1616 continue-on-error : true
17- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
17+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 .0.0
1818 with :
1919 script : |
2020 const yaml = require('js-yaml');
Original file line number Diff line number Diff line change 1818 if : ${{ github.event.workflow_run.conclusion == 'success' }}
1919 steps :
2020 - name : Download diffs
21- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
21+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 .0.0
2222 with :
2323 script : |
2424 const fs = require('fs');
4242
4343 - name : Get PR number
4444 id : get-pr-number
45- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
45+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 .0.0
4646 with :
4747 script : |
4848 const fs = require('fs');
5858
5959 - name : Post comment
6060 id : post-comment
61- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
61+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 .0.0
6262 with :
6363 github-token : ${{ secrets.GITHUB_TOKEN }}
6464 script : |
You can’t perform that action at this time.
0 commit comments