diff --git a/.github/workflows/pull_requests.yaml b/.github/workflows/pull_requests.yaml index 21bc4d3..e589a46 100644 --- a/.github/workflows/pull_requests.yaml +++ b/.github/workflows/pull_requests.yaml @@ -24,6 +24,6 @@ jobs: 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 }}