6 ms·
But couldnt you just create a PR2 that targets your PR1 branch? What does stack contribute that multiple PRs targeting each other dont? i.e. like this where ea
by hypendev 2mo ago
But couldnt you just create a PR2 that targets your PR1 branch?
What does stack contribute that multiple PRs targeting each other dont?
i.e. like this where each one targets prior
PR1 db_migrations
PR2 backend_base
PR3 adds_frontend_scoobydoodle
PR4 adds_some_landing_page_thingy
PR5 probably_have_to_fix_something
Or is stacks just a feature built to make this type of PR stacking easier to review?
- eddythompson80 2mo ago> Or is stacks just a feature built to make this type of PR stacking easier to review? Pretty much, yes. It’s just a UI to make it clear that those 5 PRs are liked (stacked) and gives some tooling around reviewing, merging and managing them, reduce redundant CI runs if desired, etc
- deleted 2mo ago[deleted]
- m11a 2mo agoIn essence. But if you have a chain PR1 > PR2 > PR3, and PR1 gets merged, all the others (ime) seem to not cleanly rebase on main. They end up with conflicts that require manual fixing. I've not really figured out why, tbh. It'd also be nice to see a coherent link in the UI between PR1, PR2, PR3.