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 7ce1995 commit 0acbb70Copy full SHA for 0acbb70
.github/workflows/dependabot-auto.yaml
@@ -11,7 +11,7 @@ jobs:
11
steps:
12
- name: Enable auto-merge for Dependabot PRs
13
if: ${{ github.actor == 'dependabot[bot]' && github.event.pull_request.head.repo.full_name == github.repository }}
14
- run: gh pr merge --auto --rebase "$PR_URL"
+ run: gh pr merge --auto --squash "$PR_URL"
15
env:
16
PR_URL: ${{ github.event.pull_request.html_url }}
17
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments