Skip to content

Commit 72efb02

Browse files
committed
Add missing --squash flag
1 parent cf6ab6a commit 72efb02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/z_prepare_release_1_pr_version_bump.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
env:
8888
GH_TOKEN: ${{ steps.app-token.outputs.token }}
8989
run: |
90-
gh pr merge --auto
90+
gh pr merge --squash --auto
9191
echo "- Enabled auto-merge on the version bump PR" >> "$GITHUB_STEP_SUMMARY"
9292
9393
- name: Approve PR

0 commit comments

Comments
 (0)