Skip to content

Commit c0f381b

Browse files
matifaliaslilac
authored andcommitted
ci: change PR merge strategy to squash in contrib workflow (#16297)
1 parent 1cdf9c0 commit c0f381b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/contrib.yaml

+1-1
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)