Skip to content

Commit cd14f07

Browse files
authored
Merge branch 'main' into dependabot/submodules/main-repo-f40fe54
2 parents 1e6ec39 + 598dc8c commit cd14f07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependabot-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'dotnet-project-file-analyzers/dotnet-project-file-analyzers.github.io'
1616
steps:
1717
- name: Enable auto-merge for Dependabot PRs
18-
run: gh pr merge --auto --merge "$PR_URL"
18+
run: gh pr merge --auto --squash "$PR_URL"
1919
env:
2020
PR_URL: ${{github.event.pull_request.html_url}}
2121
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)