We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57a7123 commit 8cea3aaCopy full SHA for 8cea3aa
1 file changed
.github/workflows/dependabot.yml
@@ -20,7 +20,7 @@ jobs:
20
21
- name: Enable auto-merge for Dependabot PRs
22
if: ${{ steps.metadata.outputs.update-type != 'version-update:semver-major' }}
23
- run: gh pr merge --auto --merge "$PR_URL"
+ run: gh pr merge --auto --squash "$PR_URL"
24
env:
25
PR_URL: ${{ github.event.pull_request.html_url }}
26
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments