We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cdf9c0 commit c0f381bCopy full SHA for c0f381b
.github/workflows/contrib.yaml
@@ -44,7 +44,7 @@ jobs:
44
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
45
46
- name: Enable auto-merge for Dependabot PRs
47
- run: gh pr merge --auto --merge "$PR_URL"
+ run: gh pr merge --auto --squash "$PR_URL"
48
env:
49
PR_URL: ${{github.event.pull_request.html_url}}
50
0 commit comments