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 ce37f83 commit 322cbc4Copy full SHA for 322cbc4
.github/workflows/dependabot.yml
@@ -11,7 +11,7 @@ jobs:
11
if: github.event.pull_request.user.login == 'dependabot[bot]'
12
steps:
13
- name: Enable auto-merge for Dependabot PRs
14
- run: gh pr merge --auto --merge "$PR_URL"
+ run: gh pr merge --auto --squash "$PR_URL"
15
env:
16
PR_URL: ${{github.event.pull_request.html_url}}
17
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments