Current
Card detail displays only the CI rollup (pass/fail/pending). Individual check runs — their names, conclusions, and durations — are not visible.
Proposed
On card detail, list each check run with name, conclusion, and duration. Source from GraphQL statusCheckRollup.contexts, which is already fetched.
Rationale
Rollup is good for a glance; per-check is needed to decide which check to investigate when CI is red. Data is already on the client.
Ref: specs/review/pr-tracking.feature
Current
Card detail displays only the CI rollup (pass/fail/pending). Individual check runs — their names, conclusions, and durations — are not visible.
Proposed
On card detail, list each check run with name, conclusion, and duration. Source from GraphQL
statusCheckRollup.contexts, which is already fetched.Rationale
Rollup is good for a glance; per-check is needed to decide which check to investigate when CI is red. Data is already on the client.
Ref:
specs/review/pr-tracking.feature