pub fn enrich_clusters(
clusters: &mut [Cluster],
commits: &[Commit],
slug: &str,
client: &GhClient,
verbose: bool,
)Expand description
Fill in login / avatar_url on clusters. Noreply emails resolve
offline; the rest are looked up via the commits API (one representative
commit per cluster), in parallel.