Skip to content

Commit 3aa37af

Browse files
fix: Change merge to squash and merge in dependabot_automerge workflow (#692)
1 parent 55bbe26 commit 3aa37af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependabot_automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Enable auto-merge for Dependabot PRs
2626
if: steps.metadata.outputs.update-type != 'version-update:semver-major'
27-
run: gh pr merge --auto --merge "$PR_URL"
27+
run: gh pr merge --auto --squash "$PR_URL"
2828
env:
2929
PR_URL: ${{github.event.pull_request.html_url}}
3030
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)