Skip to content

Commit 75fd589

Browse files
authored
chore(ci): fix fork PR automerge (#916)
1 parent 10814f0 commit 75fd589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-build-from-fork.yaml

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

4747
- name: Enable auto-merge for Dependabot PRs
4848
if: github.event.pull_request.user.login == 'dependabot[bot]'
49-
run: gh pr merge --auto --merge "$PR_URL"
49+
run: gh pr merge --auto --squash "$PR_URL"
5050
env:
5151
PR_URL: ${{github.event.pull_request.html_url}}
5252
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)