Currently we report repo/project activity manually. It would be good to have a script to automate this.
Using the GIthub REST API we can fetch a list of issues reference, this list can then be filtered to report the statistics we're interested in.
The script should run on a schedule and output:
a csv or similar datastore that records the weekly activity for all given projects, this should be automatically backed up on repo, website or shared cloud storage.
a formatted table for copy/pasting into the meeting notes.
Ideas for future enhancements:
plot / visualise the activity statistics
Open PRs reporting the activity to the relevant pages on the website
Currently we report repo/project activity manually. It would be good to have a script to automate this.
Using the GIthub REST API we can fetch a list of issues reference, this list can then be filtered to report the statistics we're interested in.
The script should run on a schedule and output:
Ideas for future enhancements: