fix(cli): checkout i18n branch from remote instead of HEAD#2049
fix(cli): checkout i18n branch from remote instead of HEAD#2049AndreyHirsa merged 2 commits intomainfrom
Conversation
📝 WalkthroughWalkthroughA patch release is declared via changeset, fixing a bug in the CI pull request flow for i18n branch handling. The git checkout command is updated to explicitly track the remote branch, ensuring the local branch reuses existing translation branches instead of creating duplicates during concurrent CI runs. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
📝 Coding Plan
Comment Tip CodeRabbit can approve the review once all CodeRabbit's comments are resolved.Enable the |
* fix(cli): checkout i18n branch from remote instead of HEAD * fix(cli): add changeset
Summary
Fix CI pull request flow to checkout existing translation branch from remote instead of HEAD, preventing duplicate PRs when the original is merged during a concurrent run.
Changes
checkoutI18nBranchinpull-request.tsto create the local branch from remote instead of HEAD, so existing translations are preservedTesting
Visuals
N/A
Checklist
Summary by CodeRabbit