Skip to content

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.

optional __typename?: string

Defined in: src/forge/types.ts:409


optional conclusion?: string | null

Defined in: src/forge/types.ts:414


optional context?: string | null

Defined in: src/forge/types.ts:417


optional detailsUrl?: string | null

Defined in: src/forge/types.ts:415


optional name?: string | null

Defined in: src/forge/types.ts:411


optional state?: string | null

Defined in: src/forge/types.ts:418


optional status?: string | null

Defined in: src/forge/types.ts:413


optional targetUrl?: string | null

Defined in: src/forge/types.ts:419


optional workflowName?: string | null

Defined in: src/forge/types.ts:412