File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3636 private-key : ${{ secrets.ESPHOME_GITHUB_APP_PRIVATE_KEY }}
3737
3838 - name : Auto Label PR
39- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1
39+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
4040 env :
4141 PR_NUMBER : ${{ github.event.inputs.pr_number || github.event.number }}
4242 with :
Original file line number Diff line number Diff line change 1919 steps :
2020 - name : Comment
2121 id : create-comment
22- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1
22+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
2323 with :
2424 script : |
2525 const result = await github.rest.issues.createComment({
6666 path : ${{ needs.prepare.outputs.name_lower }}.svg
6767
6868 - name : Update Comment
69- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1
69+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
7070 with :
7171 script : |
7272 await github.rest.issues.updateComment({
Original file line number Diff line number Diff line change 1515 if : github.event.label.name == 'labeller-recheck'
1616 steps :
1717 - name : Call Auto Label workflow
18- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1
18+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
1919 with :
2020 github-token : ${{ secrets.GITHUB_TOKEN }}
2121 script : |
You can’t perform that action at this time.
0 commit comments