mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-22 09:55:37 +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
|
- name: Check the Flake
|
||||||
run: nix flake check
|
run: nix flake check
|
||||||
- name: Enable Pull Request Automerge
|
- 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:
|
env:
|
||||||
GH_TOKEN: ${{ github.token }}
|
GH_TOKEN: ${{ github.token }}
|
||||||
|
Loading…
Reference in New Issue
Block a user