mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-21 22:15:38 +00:00
switch to rebase merge
uses fast-forward commit style
This commit is contained in:
parent
5d6dab3cab
commit
1475172bdb
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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user