Skip to content

Commit

Permalink
ci: update github-script action to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
sithlord48 committed Jun 16, 2024
1 parent 2a10b41 commit c480445
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- name: Leave comments
if: env.IS_INTERNAL == 'FALSE'
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
Expand All @@ -59,7 +59,7 @@ jobs:
- name: Add labels for valid PR
if: env.IS_READY_FOR_MERGE == 'True'
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
github.rest.issues.addLabels({
Expand Down

0 comments on commit c480445

Please sign in to comment.