Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 619 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 619 Bytes

github-list-contrib

Generates a summary report (csv) of user's GitHub contributions. Report is grouped by year, then repository.

The fields in the report:

  1. Year
  2. Repository
  3. number of commits (the user has committed to that repository in that year)
  4. number of issues
  5. number of pull requests
  6. number of reviews

Usage: Set the following environment variables or use .env:

GITHUB_API_TOKEN=<github api token>
GITHUB_LIST_CONTRIB_USER=<username>
GITHUB_LIST_CONTRIB_OUTPUT_FILE=<filename>