You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- `healthScoreV2` (0-100) is the sum of the three categories above, clamped to 100.
15
+
- `healthScoreV2` (0-100) — weighted rescale of available categories: SUM(available subtotals) * (100 / SUM(available weights)), clamped to 100. NULL when fewer than 2 of the 3 categories are available. Does not equal the arithmetic sum of the three subtotals.
16
16
- `lifecycleLabelV2` — per-repo lifecycle state (active/stable/declining/inert/abandoned/archived),
17
17
computed via the spec's decision tree (archived flag > abandoned > inert > declining > stable >
18
18
active, first match wins), or NULL when the repo has zero commits and zero issues/PRs in every window
0 commit comments