github-ospo
github-ospo copied to clipboard
Helping open source program offices get started
### Is your feature request related to a problem? Several of our actions run into the problem of working through the first X number of repos in an organization when...
### Is your feature request related to a problem? Currently we use a `make lint` target to run linting locally in each of our OSPO GitHub Actions ([example](https://github.com/github/cleanowners/blob/5a3a1046af4871a9c6d48f8e9435c49e1abf15f4/Makefile#L9-L18)). This "works"...
Currently the ospo-actions each make human readable reports, but it'd be beneficial to enable structured output like JSON which could get POSTed to a url. Users who are using an...
Currently, the various ospo actions are completely independent. But users who adopt several of them end up restating a lot of configuration for them which would ideally be centralized. As...
### New Action request I would like to be able to measure DORA metrics on a repo or set of repos. Evaluate [existing solution](https://github.com/marketplace/actions/automated-dora-metrics) ### Checklist - [ ] Update...