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:
Alexandr Garbuzov
2023-07-21 13:59:53 +02:00
committed by GitHub
parent 0c380e3982
commit b56689b4bd
7 changed files with 31 additions and 8 deletions
+1
View File
@@ -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,