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
feat(devindex): Enhance Top Repo logic with Owner and increase sample size (#9171)
- Fetch owner { login } in commitContributionsByRepository to uniquely identify repos.
- Use ${owner}/${name} as the aggregation key to handle forks and common names correctly.
- Increase maxRepositories from 5 to 10 per year to improve statistical accuracy for prolific contributors.
- Add architectural documentation explaining the Top Repo heuristic strategy.
0 commit comments