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.
2 parents 2081b10 + 49fd261 commit df9e199Copy full SHA for df9e199
3 files 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