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 3b17968 commit c90399cCopy full SHA for c90399c
.github/workflows/automerge.yml
@@ -12,7 +12,7 @@ jobs:
12
if: ${{ github.actor == 'dependabot[bot]' }}
13
steps:
14
- name: Enable auto-merge for Dependabot PRs
15
- run: gh pr merge --auto --merge "$PR_URL"
+ run: gh pr merge --auto --squash "$PR_URL"
16
env:
17
PR_URL: ${{github.event.pull_request.html_url}}
18
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments