July 30, 2026
Pancakes, pushback, and PR drama
Stacked PRs are now live on GitHub
GitHub finally splits giant code messes into bite-size chunks — and the comments are loud
TLDR: GitHub now lets developers split huge updates into smaller reviewable pieces and merge them together in one go. Commenters are mostly thrilled, but they’re also demanding more features, roasting the pancake icon, and arguing this exists because AI is churning out giant unreadable code dumps.
GitHub just launched stacked pull requests in public preview, which is a fancy way of saying developers can now break one giant change into a neat little chain of smaller ones, review them one by one, and then merge the whole pile with a single click. In plain English: fewer terrifying mega-updates, fewer headaches, and a lot less of that "who approved this monster?" energy. Big names like Next.js, TED, and jQuery’s John Resig are already cheering it on, calling it smoother, faster, and way less painful.
But the real show is in the comments, where the crowd immediately split into the relieved, the picky, and the pancake police. One early fan said going back to old-school GitHub after using Graphite felt awful, basically treating this launch like overdue rescue tech. Another user was into it but instantly asked for more: why can’t the stack stretch across multiple projects, like front end, back end, and deployment tools all in one chain? That’s the classic tech-comment move — “love it, now make it do three more impossible things.”
Then came the jokes. One commenter got distracted by GitHub’s stack of pancakes emoji menu icon and admitted it made them “super suspicious,” which is honestly the most relatable product-feedback moment here. And one of the spiciest takes blamed the whole trend on giant AI-written updates flooding teams with unreadable walls of code. So yes, GitHub’s new feature is getting praise — but the comments are asking whether this is a breakthrough, a catch-up move, or just a very stylish bandage for the robot-code era.
Key Points
- •GitHub has released stacked pull requests in public preview as a built-in way to split large changes into smaller, ordered pull requests.
- •Each pull request in a stack can be reviewed independently, allowing teams to review different layers in parallel.
- •Teams can merge one layer, multiple lower layers, or an entire stack in a single operation, while pull requests above automatically rebase and retarget.
- •GitHub says existing reviews, required checks, merge requirements, and branch protections continue to apply to stacked pull requests.
- •GitHub provides access to the feature through github.com, GitHub CLI, the GitHub mobile app, and coding agents such as GitHub Copilot via the gh-stack skill.