From 3d9c91bd765c9c15d41e0406380f594630781068 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 8 Nov 2024 12:23:52 +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 524ca95..e589a46 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 }}