Open
Description
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):
- auto-labeller
- unknown if .github/release-drafter.yml can live in this repo or has to be in each
- pr-title
- release
- unknown if .github/release-drafter.yml can live in this repo or has to be in each
- super-linter
- which would include the contents of the linter folder (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
Metadata
Assignees
Type
Projects
Status
Backlog