Skip to content

Commit 6541ac9

Browse files
authored
refactor: squash dependabot PRs (#2701)
1 parent 6e2f00b commit 6541ac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
2121
- name: 🤖 Enable auto-merge for Dependabot PRs
2222
if: ${{steps.metadata.outputs.update-type == 'version-update:semver-patch'}}
23-
run: gh pr merge --auto --merge "$PR_URL"
23+
run: gh pr merge --auto --squash "$PR_URL"
2424
env:
2525
PR_URL: ${{github.event.pull_request.html_url}}
2626
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)