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 1e6ec39 + 598dc8c commit cd14f07Copy full SHA for cd14f07
.github/workflows/dependabot-merge.yml
@@ -15,7 +15,7 @@ jobs:
15
if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'dotnet-project-file-analyzers/dotnet-project-file-analyzers.github.io'
16
steps:
17
- name: Enable auto-merge for Dependabot PRs
18
- run: gh pr merge --auto --merge "$PR_URL"
+ run: gh pr merge --auto --squash "$PR_URL"
19
env:
20
PR_URL: ${{github.event.pull_request.html_url}}
21
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments