HTTP 400, the ci gate
GATE-002
No project is bound for this gate run.
What it means
The run named no project, so no per-project policy could be applied.
What to do
None required: the gate falls back to the default policy, which fails on a breaking change and passes on an additive one.
The response
Every failure arrives in this shape. The trace_id is worth keeping: it identifies the request in our logs and carries nothing about your data.
{
"type": "https://shiftgraph.dev/errors/GATE-002",
"title": "No project is bound for this gate run.",
"status": 400,
"code": "GATE-002",
"trace_id": "01J8Z…"
}Related codes
The pull-request check that compares a build against saved baselines.
The full error reference, or write to support@shiftgraph.dev with the trace id.