Skip to main content

GateOverride

@forge/monorepo


@forge/monorepo / backend/src / GateOverride

Type Alias: GateOverride

GateOverride = object

Defined in: backend/src/evaluation/gate.ts:77

Properties

actor

readonly actor: string

Defined in: backend/src/evaluation/gate.ts:79

Who. A gate overridden by "CI" is a gate nobody is accountable for.


reason

readonly reason: string

Defined in: backend/src/evaluation/gate.ts:81

Why. Free text, and required — an override with no reason is indistinguishable from a bug.