Skip to content

Commit 8cea3aa

Browse files
committed
Use squash-merge for Dependabot PRs
1 parent 57a7123 commit 8cea3aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dependabot.yml

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

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

0 commit comments

Comments
 (0)