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 10814f0 commit 75fd589Copy full SHA for 75fd589
.github/workflows/test-and-build-from-fork.yaml
@@ -46,7 +46,7 @@ jobs:
46
47
- name: Enable auto-merge for Dependabot PRs
48
if: github.event.pull_request.user.login == 'dependabot[bot]'
49
- run: gh pr merge --auto --merge "$PR_URL"
+ run: gh pr merge --auto --squash "$PR_URL"
50
env:
51
PR_URL: ${{github.event.pull_request.html_url}}
52
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments