Approval gates
Opt in per project to require client sign-off before staging → production can merge. Useful for projects where you don’t want to be the bottleneck.
Turning it on
You can also gate dev → staging if your client signs off on staged work before it’s shown to anyone else.
What clients see
- An email when a promotion is requested: subject, summary, staging URL.
- An entry on their portal home: “Approve release v0.4.2”.
- A single click to approve, or a reply box to request changes.
What you see
The PR stays open. The CLI polls (or, on Pro, uses a webhook) until the approval lands.
Override
Agency Owners can override a gate with a written reason. Useful for emergency rollouts. The override is loud in the audit log:
Multiple approvers
Add multiple Client Admin users to a project and set a quorum. Default is 1 of N; set to all if you need everyone to approve.
Reverts skip the gate. A failing production should always be revertible without waiting on a human.