Skip to content

Commit 322cbc4

Browse files
authored
Squash auto-merge Dependabot PRs (#783)
1 parent ce37f83 commit 322cbc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
if: github.event.pull_request.user.login == 'dependabot[bot]'
1212
steps:
1313
- name: Enable auto-merge for Dependabot PRs
14-
run: gh pr merge --auto --merge "$PR_URL"
14+
run: gh pr merge --auto --squash "$PR_URL"
1515
env:
1616
PR_URL: ${{github.event.pull_request.html_url}}
1717
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)