huskies: merge 895
This commit is contained in:
@@ -60,6 +60,10 @@ export interface PipelineStageItem {
|
||||
review_hold: boolean | null;
|
||||
qa: string | null;
|
||||
depends_on: number[] | null;
|
||||
/** True when the item is in Stage::Blocked — awaiting human unblock. */
|
||||
blocked?: boolean | null;
|
||||
/** True when the item is in Stage::Frozen — paused at its current stage. */
|
||||
frozen?: boolean | null;
|
||||
}
|
||||
|
||||
/** Snapshot of all pipeline stages returned via WebSocket or REST. */
|
||||
|
||||
Reference in New Issue
Block a user