Skip to content

Commit c90399c

Browse files
committed
Update automerge.yml
1 parent 3b17968 commit c90399c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/automerge.yml

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

0 commit comments

Comments
 (0)