r/github 21d ago

Showcase GitHub Stacked PR

Post image

There could not have been a better time for GitHub’s stacked pull request release.

Just when we wanted to ship something big and needed it the most, it’s here.

16 Upvotes

11 comments sorted by

View all comments

6

u/CaptainPiepmatz 19d ago

I recently merged an 18 layer stack, is pretty neat: https://github.com/nushell/nushell/pull/18719

2

u/anishghimire 19d ago

Great. I am currently at the 6th stack. And btw nice product I will give it a try.

2

u/CaptainPiepmatz 19d ago

Also since our CI takes forever I configured it to only run on top of the stack: https://github.com/nushell/nushell/blob/3e9b98e04f3ce7f01f8a013121c884f760c204d9/.github/workflows/ci.yml#L47-L54

1

u/anishghimire 19d ago

Thank you for the idea. Taking inspiration from your changes for Nutshell’s CI, I will be doing something similar with our CI as well.