Skip to content

Commit d2cbe49

Browse files
Merge branch 'main' into feature/update_cli_2.3.48
2 parents 5433b5b + 6687aaa commit d2cbe49

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)