We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65e152d commit 4336a0bCopy full SHA for 4336a0b
.github/workflows/99-auto-merge.yml
@@ -22,7 +22,7 @@ jobs:
22
23
- name: 🤖 Enable auto-merge for Dependabot PRs
24
if: ${{steps.metadata.outputs.update-type == 'version-update:semver-patch'}}
25
- run: gh pr merge --auto --merge "$PR_URL"
+ run: gh pr merge --auto --squash "$PR_URL"
26
env:
27
PR_URL: ${{github.event.pull_request.html_url}}
28
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments