From bdab2ac064438bba9feaa03a08d7c4d096f5fbb3 Mon Sep 17 00:00:00 2001 From: Thomas Leplus Date: Thu, 24 Oct 2024 09:30:50 +0530 Subject: [PATCH] Review first --- .github/workflows/automerge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index 65e35de..1b3b21d 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -18,7 +18,6 @@ jobs: run: echo "${RELEASE_TOKEN}" | gh auth login --with-token - name: Enable auto-merge for Dependabot PRs run: | - gh pr merge --auto --squash "${PR_URL}" # Checking the PR title is a poor substitute for the actual PR changes # but as long as this is used only with dependabot PRs, # it should be safe to assume that the title is not misleading. @@ -28,6 +27,7 @@ jobs: else echo 'Non-semver upgrade needs manual review' fi + gh pr merge --auto --squash "${PR_URL}" env: PR_TITLE: ${{github.event.pull_request.title}} PR_URL: ${{github.event.pull_request.html_url}}