From 0a00553ad082f4c729b5d91de9d7775d0818e537 Mon Sep 17 00:00:00 2001 From: bob bisantz Date: Tue, 16 May 2023 12:08:26 -0400 Subject: [PATCH] Update for merge only Co-authored-by: Nick Thompson <65097490+Nick-NCSU@users.noreply.github.com> --- .github/workflows/integration-deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-deployment.yml b/.github/workflows/integration-deployment.yml index 8900d0fb..0665bc3a 100644 --- a/.github/workflows/integration-deployment.yml +++ b/.github/workflows/integration-deployment.yml @@ -71,6 +71,6 @@ jobs: - name: Enable Automerge if: steps.create_pull_request.outputs.pull-request-operation == 'created' shell: bash - run: gh pr merge --squash --auto "${{ steps.create_pull_request.outputs.pull-request-url }}" + run: gh pr merge --merge --auto "${{ steps.create_pull_request.outputs.pull-request-url }}" env: GH_TOKEN: ${{ secrets.AUTO_GITHUB_PAT_TOKEN }}