Skip to content

Commit 07e6073

Browse files
committed
fix(ci): use rebase merge instead of squash (not allowed on this repo)
1 parent 6b480b6 commit 07e6073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
PR_URL: ${{ github.event.pull_request.html_url }}
2626
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2727
# --auto waits for required status checks before merging
28-
run: gh pr merge --auto --squash "$PR_URL"
28+
run: gh pr merge --auto --rebase "$PR_URL"

0 commit comments

Comments
 (0)