-
Notifications
You must be signed in to change notification settings - Fork 406
ci: leave comment and abort early if commit already exists on target branch in backport workflow #6326
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: leave comment and abort early if commit already exists on target branch in backport workflow #6326
Conversation
…t branch Fixes confusing "merge conflicts detected" message when commit already exists on target branch. Now checks if commit exists on target before attempting cherry-pick and provides clear message: "Commit already exists on branch, no backport needed."
🎭 Playwright Test Results⏰ Completed at: 10/27/2025, 06:23:57 AM UTC 📈 Summary
📊 Test Reports by Browser
🎉 Click on the links above to view detailed test results for each browser configuration. |
🎨 Storybook Build Status✅ Build completed successfully! ⏰ Completed at: 10/27/2025, 06:00:53 AM UTC 🔗 Links🎉 Your Storybook is ready for review! |
Bundle Size ReportSummary
Category Glance Per-category breakdownApp Entry Points — 3.29 MB (baseline 3.29 MB) • ⚪ 0 BMain entry bundles and manifests
Graph Workspace — 721 kB (baseline 721 kB) • ⚪ 0 BGraph editor runtime, canvas, workflow orchestration
Views & Navigation — 8.15 kB (baseline 8.15 kB) • ⚪ 0 BTop-level views, pages, and routed surfaces
Panels & Settings — 294 kB (baseline 294 kB) • ⚪ 0 BConfiguration panels, inspectors, and settings screens
UI Components — 12.3 kB (baseline 12.3 kB) • ⚪ 0 BReusable component library chunks
Data & Services — 10 kB (baseline 10 kB) • ⚪ 0 BStores, services, APIs, and repositories
Utilities & Hooks — 1.07 kB (baseline 1.07 kB) • ⚪ 0 BHelpers, composables, and utility bundles
Vendor & Third-Party — 5.36 MB (baseline 5.36 MB) • ⚪ 0 BExternal libraries and shared vendor chunks
Other — 2.55 MB (baseline 2.55 MB) • ⚪ 0 BBundles that do not match a named category
|
Follow up on #6317: Fixes confusing "merge conflicts detected" message when commit already exists on target branch (e.g., PRs #6294 and #6307).
Changes
already-existsfor this caseBefore
When a commit already existed on the target branch, users would see:
This was confusing because there were no actual conflicts - the commit was already present.
After
Users now see:
┆Issue is synchronized with this Notion page by Unito