Pull request lifecycle
Preview records identify the pull request, source branch, current status, URL, and latest deployment.
Preview environments
Create an isolated scale-to-zero application environment for an open pull request, with a dedicated managed URL and explicit teardown when the review is finished.
Preview compute is ephemeral. Copying or branching data remains an explicit choice so opening a pull request does not silently replicate production state.
Preview records identify the pull request, source branch, current status, URL, and latest deployment.
Each preview serves from its own generated hostname without taking over the production environment.
Preview application compute can idle without paying for an always-on runtime.
A project can declare how preview access inherits from its application policy rather than relying on obscurity.
The preview tracks its latest deployment so reviewers see which revision is currently running.
Remove the preview and release its application route when the pull request no longer needs an environment.
The preview is associated with one review and receives its own application environment and hostname.
Build state and logs remain inspectable while the latest successful release serves reviewers.
Teardown removes the preview application environment; retained project history stays in the control plane.