Skip to content

Commit 75898fe

Browse files
authored
ci: change auto-merge strategy to merge instead of squash
1 parent 672f74d commit 75898fe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dependabot-auto-merge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
PR_URL: ${{ github.event.pull_request.html_url }}
2424
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2525

26-
- name: Enable auto-merge (squash)
27-
run: gh pr merge --squash --auto "$PR_URL"
26+
- name: Enable auto-merge
27+
run: gh pr merge --merge --auto "$PR_URL"
2828
env:
2929
PR_URL: ${{ github.event.pull_request.html_url }}
3030
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)