github / github-ospo

Helping open source program offices get started
https://github.blog/2023-03-13-an-open-source-project-to-empower-ospos-everywhere/
MIT License
659 stars 59 forks source link

Create composite actions for our OSPO GitHub Actions to use #100

Open jmeridth opened 6 months ago

jmeridth commented 6 months ago

Is your feature request related to a problem?

Yes. Currently we have to make manual PRs to each action when we want changes.

Related OSPO Tool

automatic-contrib-prs GitHub Action, cleanowners GitHub Action, contributors GitHub Action, evergreen GitHub Action, issues-metrics GitHub Action

Describe the solution you'd like

https://docs.github.com/en/actions/creating-actions/creating-a-composite-action

We can centralize multiple composite actions in this repository (or another) and utilize them in the actual GitHub Action repos and allow dependabot to handle update PRs.

List of composites to start (maybe):

This will centralize the code so we can make it in one place. Hopefully.

Describe alternatives you've considered

Keep updating each repo manually. 😱

Additional context

No response