Skip to content

Commit aac1a21

Browse files
Bump actions/github-script from 7 to 8
Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0d314d5 commit aac1a21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/label-pull-requests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# If PR title starts with "Internal: " then add the "Internal" label
1919
- name: Label Internal Pull Requests
2020
if: "startsWith(github.event.pull_request.title, 'Internal: ')"
21-
uses: actions/github-script@v7
21+
uses: actions/github-script@v8
2222
with:
2323
github-token: ${{ secrets.GITHUB_TOKEN }}
2424
script: |
@@ -43,7 +43,7 @@ jobs:
4343
# Remove "run-visual-tests" labels and similar when the pull request is closed
4444
- name: Remove state control labels
4545
if: github.event_name == 'pull_request' && github.event.action == 'closed'
46-
uses: actions/github-script@v7
46+
uses: actions/github-script@v8
4747
with:
4848
github-token: ${{ secrets.GITHUB_TOKEN }}
4949
script: |

0 commit comments

Comments
 (0)