Skip to content

Commit f89e79b

Browse files
zoola969Alexander Dmitriev
andauthored
feat(automation): update pull request merge strategy to use squash (#51)
Co-authored-by: Alexander Dmitriev <alexander.dmitriev@openinnovation.ai>
1 parent 35dc3a3 commit f89e79b

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)