mirror of
https://github.com/tiennm99/github-readme-stats.git
synced 2026-08-06 02:23:17 +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:
@@ -259,6 +259,7 @@ const fetchStats = async (
|
||||
all_commits: include_all_commits,
|
||||
commits: stats.totalCommits,
|
||||
prs: stats.totalPRs,
|
||||
reviews: stats.totalReviews,
|
||||
issues: stats.totalIssues,
|
||||
repos: user.repositories.totalCount,
|
||||
stars: stats.totalStars,
|
||||
|
||||
Reference in New Issue
Block a user