File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 private-key : ${{ secrets.PROJECT_AUTOMATION_PRIVATE_KEY }}
2727 owner : ${{ github.repository_owner }}
2828 repositories : " sudden-death"
29- - uses : actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1 .0
29+ - uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0 .0
3030 with :
3131 github-token : ${{steps.generate_token.outputs.token}}
3232 script : |
Original file line number Diff line number Diff line change 2121 node-version-file : package.json
2222 - run : npm ci
2323 - name : Get PullRequests
24- uses : actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1 .0
24+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0 .0
2525 id : get_pull_requests
2626 with :
2727 github-token : ${{secrets.GITHUB_TOKEN}}
3333 )
3434 return await script(github, context)
3535 - name : Create PullRequest
36- uses : actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1 .0
36+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0 .0
3737 if : ${{ steps.get_pull_requests.outputs.result == 0 }}
3838 with :
3939 github-token : ${{secrets.GITHUB_TOKEN}}
Original file line number Diff line number Diff line change 2323 id : get_diff
2424 run : bash "${GITHUB_WORKSPACE}/scripts/pr_release_hato_bot/pr_release/get_diff.sh"
2525 - name : Get PullRequests
26- uses : actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1 .0
26+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0 .0
2727 if : ${{ steps.get_diff.outputs.result != '' }}
2828 id : get_pull_requests
2929 with :
3636 )
3737 return await script(github, context)
3838 - name : Create PullRequest
39- uses : actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1 .0
39+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0 .0
4040 if : ${{ steps.get_diff.outputs.result != '' && steps.get_pull_requests.outputs.result == 0 }}
4141 with :
4242 github-token : ${{secrets.GITHUB_TOKEN}}
You can’t perform that action at this time.
0 commit comments