Skip to content

Commit 4336a0b

Browse files
authored
refactor: squash dependabot PRs (#916)
1 parent 65e152d commit 4336a0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: 🤖 Enable auto-merge for Dependabot PRs
2424
if: ${{steps.metadata.outputs.update-type == 'version-update:semver-patch'}}
25-
run: gh pr merge --auto --merge "$PR_URL"
25+
run: gh pr merge --auto --squash "$PR_URL"
2626
env:
2727
PR_URL: ${{github.event.pull_request.html_url}}
2828
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)