From cb8909967c307b447d88423a9ac2aeaa96001fbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 8 Nov 2024 12:23:11 +0100 Subject: [PATCH] chore: Sync with WeblateOrg/meta --- .github/workflows/pull_requests.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pull_requests.yaml b/.github/workflows/pull_requests.yaml index 524ca950..e589a46d 100644 --- a/.github/workflows/pull_requests.yaml +++ b/.github/workflows/pull_requests.yaml @@ -22,7 +22,8 @@ jobs: name: Weblate automerge if: github.actor == 'weblate' steps: + - uses: actions/checkout@v4 - name: Enable Pull Request Automerge - run: gh pr merge --merge --auto "${{ github.event.pull_request.number }}" + run: gh pr merge --rebase --auto "${{ github.event.pull_request.number }}" env: GH_TOKEN: ${{ secrets.WEBLATE_CI_TOKEN }}