RollupEntry
Defined in: src/forge/types.ts:408
One raw entry in GitHub’s statusCheckRollup: either a modern CheckRun (an
Actions job — lifecycle status + conclusion) or a legacy StatusContext (a
commit status — a flat state). The two shapes are disjoint, so every field is
optional and the checks helpers branch on __typename to read the right ones.
Properties
Section titled “Properties”__typename?
Section titled “__typename?”
optional__typename?:string
Defined in: src/forge/types.ts:409
conclusion?
Section titled “conclusion?”
optionalconclusion?:string|null
Defined in: src/forge/types.ts:414
context?
Section titled “context?”
optionalcontext?:string|null
Defined in: src/forge/types.ts:417
detailsUrl?
Section titled “detailsUrl?”
optionaldetailsUrl?:string|null
Defined in: src/forge/types.ts:415
optionalname?:string|null
Defined in: src/forge/types.ts:411
state?
Section titled “state?”
optionalstate?:string|null
Defined in: src/forge/types.ts:418
status?
Section titled “status?”
optionalstatus?:string|null
Defined in: src/forge/types.ts:413
targetUrl?
Section titled “targetUrl?”
optionaltargetUrl?:string|null
Defined in: src/forge/types.ts:419
workflowName?
Section titled “workflowName?”
optionalworkflowName?:string|null
Defined in: src/forge/types.ts:412