GSA / cto-website

Tech at GSA website
https://tech.gsa.gov/
Other
45 stars 66 forks source link

Is there a way to find a % of GSA open source projects #865

Open vickimcfadden opened 3 months ago

vickimcfadden commented 3 months ago

Started convo in slack

Alternatives:

  1. We ask for admin access from the GSA GitHub repositories
  2. We ask for the admins to give us a count of open & closed repositories

Note: last go-round, recognizing no perfect way to go about this, went by the total number of open and closed to generate the 88%.

Known github orgs Helix.gsa.gov (FCS) PIF USWDS 18F GSA

jfredrickson commented 3 months ago

High level, the process would look something like:

  1. Get a list of all GSA organizations on GitHub (e.g., GSA, GSA-TTS, 18F, USWDS, etc)
  2. Run scraper on those organizations

That will give us all the public repos. If we also wanted to inventory the private repos in order to come up with a percentage of open vs closed repos within GitHub, we would also need admin access in each organization for the scraper to read the private repos.