mirror of
https://github.com/tiennm99/github-readme-stats.git
synced 2026-09-03 18:16:43 +00:00
Ranks: Take into account user reviewed PRs count (#2857)
* Rank: Take into account user reviewed PRs count * e2e * fix tests * dev * docs * dev * dev
This commit is contained in:
@@ -24,6 +24,7 @@ stats.rank = calculateRank({
|
||||
all_commits: false,
|
||||
commits: stats.totalCommits,
|
||||
prs: stats.totalPRs,
|
||||
reviews: stats.totalReviews,
|
||||
issues: stats.totalIssues,
|
||||
repos: 1,
|
||||
stars: stats.totalStars,
|
||||
|
||||
Reference in New Issue
Block a user