GSTT-CSC / gstt-csc.github.io

CSC Website
https://gstt-csc.github.io/
5 stars 5 forks source link

Automatically report repository activity with REST API #178

Open laurencejackson opened 1 year ago

laurencejackson commented 1 year ago

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:

  1. 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.
  2. a formatted table for copy/pasting into the meeting notes.

Ideas for future enhancements:

dangerdika commented 1 month ago

@mikewoodward94 youve worked on this, is it possible to implement or should this issue be closed?