Skip to content

Commit ca1c7d1

Browse files
authored
change merge strategy to squash for dependabot automation (#6206)
1 parent cd1cace commit ca1c7d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependabot-automation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
github-token: "${{ steps.octo-sts.outputs.token }}"
2222
- name: Enable auto-merge for Dependabot PRs
2323
if: steps.metadata.outputs.dependency-group == 'test-versions'
24-
run: gh pr merge --auto --merge "$PR_URL"
24+
run: gh pr merge --auto --squash "$PR_URL"
2525
env:
2626
PR_URL: ${{ github.event.pull_request.html_url }}
2727
GH_TOKEN: ${{ steps.octo-sts.outputs.token }}

0 commit comments

Comments
 (0)