Skip to content

Commit aad6880

Browse files
authored
Merge pull request #2281 from hydephp/dependabot/github_actions/actions/github-script-8
Bump actions/github-script from 7 to 8
2 parents 7c7ea28 + aac1a21 commit aad6880

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)