File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1616 # Check pull request does not already have `made-for-esphome` label
1717 - name : Check for existing label
1818 id : check-label
19- uses : actions/github-script@v7 .0.1
19+ uses : actions/github-script@v8 .0.0
2020 with :
2121 script : |
2222 const labels = context.payload.pull_request.labels.map(label => label.name);
3939
4040 - name : Check for made-for-esphome
4141 id : check-made-for-esphome
42- uses : actions/github-script@v7 .0.1
42+ uses : actions/github-script@v8 .0.0
4343 with :
4444 script : |
4545 // Get the base branch from the pull request
6363 - name : Checkout code
6464 uses : actions/checkout@v5
6565 - name : Update Pull Request
66- uses : actions/github-script@v7 .0.1
66+ uses : actions/github-script@v8 .0.0
6767 with :
6868 script : |
6969 const pr = context.payload.pull_request;
You can’t perform that action at this time.
0 commit comments