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 451b4cc commit 423e31bCopy full SHA for 423e31b
.github/workflows/dependabot-merge.yml
@@ -21,7 +21,7 @@ jobs:
21
PR_URL: ${{github.event.pull_request.html_url}}
22
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
23
- name: Enable auto-merge for Dependabot PRs
24
- run: gh pr merge --auto --merge "$PR_URL"
+ run: gh pr merge --auto --squash "$PR_URL"
25
env:
26
27
0 commit comments