Skip to content

Commit fe792bf

Browse files
committed
fix(workflow): remove auto-merge option from PR merge command
1 parent e9f73ce commit fe792bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/bump-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
# --auto: waits for status checks to pass before merging
122122
# --squash: combines commits into one
123123
# --delete-branch: cleans up the feature branch
124-
gh pr merge "$PR_URL" --auto --squash --delete-branch
124+
gh pr merge "$PR_URL" --squash --delete-branch
125125
echo "PR set to auto-merge."
126126
fi
127127

0 commit comments

Comments
 (0)