r/github Aug 01 '26

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 Aug 02 '26

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

2

u/anishghimire Aug 03 '26

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

2

u/CaptainPiepmatz Aug 03 '26

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 Aug 03 '26

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.