Bump actions/github-script from 4 to 7

Bumps [actions/github-script](https://github.com/actions/github-script) from 4 to 7.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v4...v7)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-03-04 18:45:48 +00:00
committed by GitHub
parent 24e6b5e039
commit bda89cf8b5

View File

@@ -18,7 +18,7 @@ jobs:
steps:
- name: Add the automerge label
if: contains(github.event.comment.body, '/automerge') # <--- The other way to compare if it's on a PR or on an issue
uses: actions/github-script@v4
uses: actions/github-script@v7
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |