Skip to content

Commit c8f1b46

Browse files
author
Alexander Dmitriev
committed
feat(automation): update pull request merge strategy to use squash
1 parent e3eef9c commit c8f1b46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/bot-automation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
github-token: ${{ secrets.APPROVE_PAT }}
1818
- name: Enable auto-merge
19-
run: gh pr merge --auto --merge "$PR_URL"
19+
run: gh pr merge --auto --squash "$PR_URL"
2020
env:
2121
PR_URL: ${{ github.event.pull_request.html_url }}
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)