Skip to content

feat(readme): rank contributors by merged PRs and reviews - #1245

Open
HJKUNST wants to merge 2 commits into
holdex:mainfrom
HJKUNST:feat-contributors-ranking-1173
Open

feat(readme): rank contributors by merged PRs and reviews#1245
HJKUNST wants to merge 2 commits into
holdex:mainfrom
HJKUNST:feat-contributors-ranking-1173

Conversation

@HJKUNST

@HJKUNST HJKUNST commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

The README shows who is working on the repository, ranked by merged pull requests and reviews submitted, refreshed by the same workflow that already maintains the positions table and the leaderboard. It lists the top ten, the depth the leaderboard already uses for each role.

Profile submissions are left out. Counting every merged pull request puts 171 people in the table, because 163 of the 210 merged ones add a profile file — that is the leaderboard's list of candidates a second time, not the people improving the workflows this Problem names. They are filtered by the title convention validate-profile.mjs already enforces, which costs no extra API calls and brings it down to 24 authors.

Bot accounts are left out too. coderabbitai[bot] has submitted reviews on merged pull requests here (#1207, #1242) and would otherwise lead the reviews column. No bot has authored a merged pull request.

Reviews cost one API call per pull request, so the scan stops after the 100 most recent. With profile submissions filtered out there are 47 to read. The cap is there so a run does not grow with the repository's whole history, and it is one constant to raise.

Closes #1173

@coderabbitai

coderabbitai Bot commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

Important

  • 🔍 Trigger review

This repository does not receive automatic reviews because it has fewer than 10 stars.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Team

Run ID: 60efc789-029c-4c1a-b2d3-c9617d4fb6e9


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@holdex

holdex Bot commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

Time Submission Status

Member # Time Running Total Status Last Update
HJKUNST 35min ✅ Submitted Sep 2, 2026, 5:07 PM

Submit or update total time with:

@holdex pr submit-time 2h

Add time on top of previous submission with:

@holdex pr add-time 1h30m

See available commands to help comply with our Guidelines.

@HJKUNST

HJKUNST commented Sep 2, 2026

Copy link
Copy Markdown
Contributor Author

@holdex pr submit-time 35m

@HJKUNST
HJKUNST marked this pull request as ready for review September 2, 2026 17:08
@HJKUNST
HJKUNST marked this pull request as draft September 4, 2026 03:00
@HJKUNST
HJKUNST marked this pull request as ready for review September 4, 2026 03:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Problem: contributors to the repo have no public recognition

1 participant