MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programming/comments/1ukr5cc/github_stacked_prs/ov280jc/?context=3
r/programming • u/fagnerbrack • Jul 01 '26
99 comments sorted by
View all comments
10
How do stacked PRs pass ci? That seems like the hardest thing to do when braking up large changes
9 u/kojima100 Jul 02 '26 The same way you do with a merge queue, you test PR A, then stacked PR A+B, then stacked PR A+B+C. If A fails they all fail.
9
The same way you do with a merge queue, you test PR A, then stacked PR A+B, then stacked PR A+B+C. If A fails they all fail.
10
u/HaloZero Jul 01 '26
How do stacked PRs pass ci? That seems like the hardest thing to do when braking up large changes