File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 issues : write
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/github-script@v8
15+ - uses : actions/github-script@v9
1616 with :
1717 script : |
1818 const issue = await github.rest.issues.get({
Original file line number Diff line number Diff line change 1818 with :
1919 configuration-path : .github/labeler.yml
2020 - name : Label based on PR title
21- uses : actions/github-script@v8
21+ uses : actions/github-script@v9
2222 with :
2323 script : |
2424 const title = context.payload.pull_request.title.toLowerCase();
Original file line number Diff line number Diff line change 2424
2525 - name : Broken Links Report
2626 if : steps.lychee.outputs.exit_code != 0 && github.event_name == 'schedule'
27- uses : actions/github-script@v8
27+ uses : actions/github-script@v9
2828 with :
2929 script : |
3030 const fs = require('fs');
You can’t perform that action at this time.
0 commit comments