teoxoy / profile-readme-stats

Showcase your github stats on your profile README.md
https://github.com/marketplace/actions/profile-readme-stats
MIT License
245 stars 85 forks source link

Feat: Code Reviews #10

Closed aitikgupta closed 3 years ago

aitikgupta commented 3 years ago

Resolves https://github.com/teoxoy/profile-readme-stats/issues/9.

Details per commit:

  1. To keep things separate and simple, imitate the implementation of getTotalCommits for getTotalReviews.
  2. I let yarn update the dist/index.js -
    yarn format:fix && yarn build
  3. Update README, TEMPLATE and OUTPUT to include {{ CODE_REVIEWS }}

I'm not entirely sure how to test it out locally, but GitHub API Explorer seems to be happy with the query.

teoxoy commented 3 years ago

Looks good, thanks!