rollupChecks
rollupChecks(
runs):ChecksState
Defined in: src/forge/checks.ts:102
Roll a list of statusCheckRollup entries into a single worst-of state
(failure > pending > success > none). Folds in legacy StatusContext entries
via entryState, so a repo running only commit statuses still rolls up
to a real state (not “none”) and the PRs-tab dot — and its expand — show.
Parameters
Section titled “Parameters”readonly RollupEntry[]