feat(readme): rank contributors by merged PRs and reviews - #1245
Open
HJKUNST wants to merge 2 commits into
Open
Conversation
Contributor
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Team Run ID: 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. Comment |
Contributor
Time Submission Status
Submit or update total time with: Add time on top of previous submission with: See available commands to help comply with our Guidelines. |
Contributor
Author
|
@holdex pr submit-time 35m |
HJKUNST
marked this pull request as ready for review
September 2, 2026 17:08
HJKUNST
marked this pull request as draft
September 4, 2026 03:00
HJKUNST
marked this pull request as ready for review
September 4, 2026 03:00
This was referenced Sep 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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