Skip to content

Commit 423e31b

Browse files
authored
Update dependabot-merge.yml
1 parent 451b4cc commit 423e31b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependabot-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
PR_URL: ${{github.event.pull_request.html_url}}
2222
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
2323
- name: Enable auto-merge for Dependabot PRs
24-
run: gh pr merge --auto --merge "$PR_URL"
24+
run: gh pr merge --auto --squash "$PR_URL"
2525
env:
2626
PR_URL: ${{github.event.pull_request.html_url}}
2727
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)