updated to --rebase
This commit is contained in:
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user