Skip to content

Commit 2ead015

Browse files
authored
Update dependabot-auto-merge.yml
1 parent e24b822 commit 2ead015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependabot-auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'codama-idl/codama'
1212
steps:
1313
- name: Enable auto-merge
14-
run: gh pr merge --auto --merge "$PR_URL"
14+
run: gh pr merge --auto --squash "$PR_URL"
1515
env:
1616
PR_URL: ${{ github.event.pull_request.html_url }}
1717
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)