Skip to content

Commit 1bda33a

Browse files
Update dependabot-auto-merge.yml
1 parent 86728f6 commit 1bda33a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependabot-auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
env:
1919
PR_URL: ${{github.event.pull_request.html_url}}
2020
GITHUB_TOKEN: ${{secrets.PERSONAL_ACCESS_TOKEN }}
21-
run: gh pr merge --auto --merge "$PR_URL"
21+
run: gh pr merge --auto --squash "$PR_URL"
2222
- name: Auto approve dependabot PRs
2323
uses: hmarr/auto-approve-action@f0939ea97e9205ef24d872e76833fa908a770363 #v4
2424
with:

0 commit comments

Comments
 (0)