Netlify: GitHub Stacked PRs Now Get Deploy Previews
Netlify now creates a Deploy Preview for every pull request in a GitHub stack — not just the bottom-most PR targeting main.
GitHub stacked pull requests (in public preview since July) let teams break large changes into smaller, connected PRs reviewed and merged in sequence. Each stack layer builds on the previous one, making diffs smaller and reviews faster.
Until today, only the first PR in the stack got a Netlify Deploy Preview. Now every PR in the stack gets its own preview URL. You can review and share each layer of a larger change independently before it merges — no extra configuration needed.
This matters because large PRs are the #1 bottleneck in code review. Stacked PRs plus per-layer previews means each change can be validated in isolation without running the full review gauntlet on a monolithic diff.