updated to --rebase

This commit is contained in:
2025-06-21 22:10:18 -04:00
parent d75493997e
commit 472f11e5b6

View File

@@ -23,7 +23,7 @@ jobs:
- name: Enable auto-merge - name: Enable auto-merge
if: ${{ success() }} if: ${{ success() }}
run: | run: |
gh pr merge --auto --merge "$PR_URL" gh pr merge --auto --rebase "$PR_URL"
env: env:
PR_URL: ${{ steps.update-flake-lock.outputs.pull-request-url }} PR_URL: ${{ steps.update-flake-lock.outputs.pull-request-url }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_FOR_UPDATES }} GITHUB_TOKEN: ${{ secrets.GH_TOKEN_FOR_UPDATES }}