Skip to content

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

Open
@jmeridth

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

No one assigned

    Labels

    enhancementNew feature or requestospo-actionsIssues relating to the OSPO Actions

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions