diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index 4735c2e..18cc593 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -42,9 +42,7 @@ jobs: github.event.pull_request.user.login == 'renovate[bot]' ) steps: - # We will enable automerge using the "merge commit" strategy - # Squash is also supported, however, not all projects allow squashing - - name: Enable Pull Request Automerge + - name: Enable Pull Request Automerge (squash) run: | gh pr merge --auto \ --squash \