mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 11:30:13 +00:00
switch to rebase merge
uses fast-forward commit style
This commit is contained in:
2
.github/workflows/update.yml
vendored
2
.github/workflows/update.yml
vendored
@ -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 }}
|
||||
|
Reference in New Issue
Block a user