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 55bbe26 commit 3aa37afCopy full SHA for 3aa37af
.github/workflows/dependabot_automerge.yml
@@ -24,7 +24,7 @@ jobs:
24
25
- name: Enable auto-merge for Dependabot PRs
26
if: steps.metadata.outputs.update-type != 'version-update:semver-major'
27
- run: gh pr merge --auto --merge "$PR_URL"
+ run: gh pr merge --auto --squash "$PR_URL"
28
env:
29
PR_URL: ${{github.event.pull_request.html_url}}
30
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments