Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/promote-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
run: |
pr_body="$(printf '%s\n\n%s' \
'Opens the production promotion path from staging to main. Merging this PR triggers semantic-release, then the existing production deployment workflow.' \
'Do not squash this PR. Use rebase merge to preserve the original conventional commits for semantic-release.')"
'Do not squash this PR. Use a merge commit to preserve the original conventional commits for semantic-release.')"

pr_url="$(gh pr create \
--repo "$REPOSITORY" \
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
gh pr merge "$pr_url" \
--repo "$REPOSITORY" \
--auto \
--rebase
--merge

echo "Auto-merge enabled for ${pr_url}"

Expand Down
Loading