Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jmeridth opened this issue Apr 23, 2024 · 0 comments
Open

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

jmeridth opened this issue Apr 23, 2024 · 0 comments
Labels
enhancement New feature or request ospo-actions Issues relating to the OSPO Actions

Comments

@jmeridth
Copy link
Member

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

@jmeridth jmeridth added the enhancement New feature or request label Apr 23, 2024
@ahpook ahpook added the ospo-actions Issues relating to the OSPO Actions label May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ospo-actions Issues relating to the OSPO Actions
Projects
Status: Backlog
Development

No branches or pull requests

2 participants