Merge pull request #1286 from alexbelgium/dependabot/github_actions/actions/github-script-7

Bump actions/github-script from 4 to 7
This commit is contained in:
Alexandre
2024-03-05 12:05:47 +01:00
committed by GitHub

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: |