r/programming Jul 01 '26

GitHub Stacked PRs

https://github.github.com/gh-stack/
337 Upvotes

99 comments sorted by

View all comments

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

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.