We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e2f00b commit 6541ac9Copy full SHA for 6541ac9
.github/workflows/99-auto-merge.yml
@@ -20,7 +20,7 @@ jobs:
20
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
21
- name: 🤖 Enable auto-merge for Dependabot PRs
22
if: ${{steps.metadata.outputs.update-type == 'version-update:semver-patch'}}
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
0 commit comments