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
@@ -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,