Skip to content

Commit 36ee133

Browse files
committed
--squash
1 parent 510d78f commit 36ee133

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dependabot-automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
steps.pr.outputs.is_major != 'true'
145145
run: |
146146
echo "Enabling auto-merge for PR #${{ steps.pr.outputs.number }}"
147-
if gh pr merge ${{ steps.pr.outputs.number }} --auto --merge --repo ${{ github.repository }}; then
147+
if gh pr merge ${{ steps.pr.outputs.number }} --squash --repo ${{ github.repository }}; then
148148
echo "result=success" >> $GITHUB_OUTPUT
149149
else
150150
echo "result=failed" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)