---
title: "Deploy Previews for GitHub stacked pull requests"
description: "Every pull request in a GitHub stack can now get its own Netlify Deploy Preview when the stack targets your production branch."
source: "https://www.netlify.com/changelog/2026-08-27-github-stacked-pull-request-deploy-previews/"
last_updated: "2026-08-28T00:45:54.000Z"
---
Netlify now creates a [Deploy Preview](https://docs.netlify.com/deploy/deploy-types/deploy-previews/) for every pull request in a GitHub stack when the stack ultimately targets your project’s [production branch](https://docs.netlify.com/deploy/deploy-types/production-deploy/) (usually `main`). You can review and share each layer of a larger change before it merges.

![A GitHub stacked pull request showing a successful Netlify Deploy Preview check](/images/changelog/github-stacked-pull-request-deploy-preview.png)

[GitHub Stacked Pull Requests](https://github.blog/changelog/2026-07-30-stacked-pull-requests-are-now-in-public-preview/) help teams split a larger update into smaller, connected pull requests. Each pull request can focus on one step of the work, making changes easier to review and merge in sequence.

Previously, Netlify only created a Deploy Preview for the first pull request in your stack while additional pull requests in the stack didn’t get their own Deploy Previews. Now, every pull request in the stack gets its own Deploy Preview.

There’s nothing new to configure. Create and update your stack in GitHub as usual, and Netlify automatically adds a Deploy Preview to each eligible pull request.

## Learn More

-   [Get an overview of GitHub Stacked Pull Requests](https://github.github.com/gh-stack/introduction/overview/)
-   [Follow GitHub’s quick start for creating a stack](https://github.github.com/gh-stack/getting-started/quick-start/)