From a9bd2c384fa5f727dec40b4881e2f523273985dc Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 20 May 2024 10:31:25 +0200 Subject: [PATCH] Update onpr_automerge.yaml --- .github/workflows/onpr_automerge.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/onpr_automerge.yaml b/.github/workflows/onpr_automerge.yaml index 28deae6a9..d29f6b395 100644 --- a/.github/workflows/onpr_automerge.yaml +++ b/.github/workflows/onpr_automerge.yaml @@ -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@v7 + uses: actions/github-script@v4 with: github-token: ${{secrets.GITHUB_TOKEN}} script: | @@ -35,6 +35,6 @@ jobs: - id: automerge if: ${{ github.event.issue.pull_request }} name: automerge - uses: "pascalgn/automerge-action@v0.16.3" + uses: "pascalgn/automerge-action@v0.16.2" env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"