diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index ab28c54..b41f0a0 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -33,6 +33,6 @@ jobs: - name: Check the Flake run: nix flake check - name: Enable Pull Request Automerge - run: gh pr merge --merge --auto ${{ steps.update.outputs.pull-request-number }} + run: gh pr merge --rebase --auto ${{ steps.update.outputs.pull-request-number }} env: GH_TOKEN: ${{ github.token }}