From 8731c357d1c6407ddc3b71e68b1a5c0d3b96685c Mon Sep 17 00:00:00 2001 From: Berat-Dzhevdetov <56674380+Berat-Dzhevdetov@users.noreply.github.com> Date: Thu, 26 Sep 2024 16:07:12 +0300 Subject: [PATCH] Fix GitHub actions 6 (#99) * Github action 12 * Github action 13 --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0bde5dd..b013832 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -109,6 +109,8 @@ jobs: - name: Automerge PR uses: "pascalgn/automerge-action@v0.16.4" id: automerge + with: + merge_method: rebase env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" PULL_REQUEST: ${{ steps.create_pr.outputs.pull-request-number }}