Depot CI now supports native GitHub stacked pull requests
Depot CI now supports native GitHub stacked pull requests for pull_request workflows. Depot CI evaluates pull_request.branches against a stack's ultimate base branch, then runs matching workflows for each layer using that pull request's own merge ref.
Stack metadata is available through github.event.pull_request.stack when you need it for expressions. See the Depot CI compatibility reference for the supported behavior and examples.