Skip to content

Commit fb673e9

Browse files
committed
Change PR merge strategy to squash in contrib workflow
1 parent 4e1c0eb commit fb673e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/contrib.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
4545

4646
- name: Enable auto-merge for Dependabot PRs
47-
run: gh pr merge --auto --merge "$PR_URL"
47+
run: gh pr merge --auto --squash "$PR_URL"
4848
env:
4949
PR_URL: ${{github.event.pull_request.html_url}}
5050
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)