Skip to content

Commit e3f1356

Browse files
Update dependabot-auto-merge.yml
1 parent c52fa63 commit e3f1356

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
env:
1919
PR_URL: ${{github.event.pull_request.html_url}}
2020
GITHUB_TOKEN: ${{secrets.PERSONAL_ACCESS_TOKEN}}
21-
run: gh pr merge --auto --merge "$PR_URL"
21+
run: gh pr merge --auto --squash "$PR_URL"
2222
- name: Auto approve dependabot PRs
2323
uses: hmarr/auto-approve-action@a2e6f2a0ccf5c63ef8754de360464edbf47e66ee #v3
2424
with:

0 commit comments

Comments
 (0)