Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 633 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 633 Bytes

reporting-scripts

Reporting scripts to generate reports/stats of Github repos

Usage

To use this script, you must have the github cli installed. After installation, you'll need to login:

gh auth login

Once authentication, simply run ./generate_weekly_report.sh from this directory, which takes two arguments, the repo name and a Github organization (to find PR's opened from community members). For example to run against k3, run generate_weekly_report.sh k3s-io/k3s. This generates a weekly report in markdown, ready to be updated manually if required, and uploaded as a github discussion.