Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: Code Reviews #10

Merged
merged 3 commits into from
May 26, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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