Skip to content

Commit

Permalink
Feat: Code Reviews (#10)
Browse files Browse the repository at this point in the history
* Add code reviews

* Let yarn update dist/index.js

* Include code reviews for README, TEMPLATE and OUTPUT
  • Loading branch information
aitikgupta authored May 26, 2021
1 parent df335d9 commit 13553f8
Show file tree
Hide file tree
Showing 5 changed files with 254 additions and 97 deletions.
2 changes: 2 additions & 0 deletions OUTPUT.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Opened **80** issues

Submitted **115** pull requests

Reviewed **75** pull requests

Received **254** stars

Own **13** repositories
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ This action provides [template strings](#template-strings) that are replaced wit
- [`{{ ACCOUNT_AGE }}`](#-account_age-)
- [`{{ ISSUES }}`](#-issues-)
- [`{{ PULL_REQUESTS }}`](#-pull_requests-)
- [`{{ CODE_REVIEWS }}`](#-code_reviews-)
- [`{{ COMMITS }}`](#-commits-)
- [`{{ GISTS }}`](#-gists-)
- [`{{ REPOSITORIES }}`](#-repositories-)
Expand Down Expand Up @@ -78,6 +79,10 @@ Total number of opened issues across all repositories.

Total number of opened pull requests across all repositories.

#### `{{ CODE_REVIEWS }}`

Total number of pull requests reviewed across all repositories.

#### `{{ COMMITS }}`

Total number of commits across all repositories. Includes commits in private repositories only if you allowed github to show your private contributions on your profile (check out this [link](https://docs.github.com/en/github/setting-up-and-managing-your-github-profile/publicizing-or-hiding-your-private-contributions-on-your-profile#changing-the-visibility-of-your-private-contributions) for more info).
Expand Down
2 changes: 2 additions & 0 deletions TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Opened **{{ ISSUES }}** issues

Submitted **{{ PULL_REQUESTS }}** pull requests

Reviewed **{{ CODE_REVIEWS }}** pull requests

Received **{{ STARS }}** stars

Own **{{ REPOSITORIES }}** repositories
Expand Down
Loading

0 comments on commit 13553f8

Please sign in to comment.