Reporting scripts to generate reports/stats of Github repos.
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.