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 672f74d commit 75898feCopy full SHA for 75898fe
1 file changed
.github/workflows/dependabot-auto-merge.yml
@@ -23,8 +23,8 @@ jobs:
23
PR_URL: ${{ github.event.pull_request.html_url }}
24
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25
26
- - name: Enable auto-merge (squash)
27
- run: gh pr merge --squash --auto "$PR_URL"
+ - name: Enable auto-merge
+ run: gh pr merge --merge --auto "$PR_URL"
28
env:
29
30
0 commit comments