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

Enforce reusable GHA naming convention #49

Open
Tracked by #62
krsna-m opened this issue Aug 11, 2022 · 1 comment
Open
Tracked by #62

Enforce reusable GHA naming convention #49

krsna-m opened this issue Aug 11, 2022 · 1 comment

Comments

@krsna-m
Copy link
Contributor

krsna-m commented Aug 11, 2022

Need a GHA to enforce that anyone adding a reusable GHA should have it prefixed with reusable_ this is needed because of a limitation of GHAs where composite actions can live in their own repo (and that should be enforced as well), but reusable workflows have to live in the same repo as other workflows. This is very confusing for people so this naming convention will help people differentiate between what is a local workflow vs a reusable one.

@krsna-m
Copy link
Contributor Author

krsna-m commented Aug 11, 2022

As part of this, I think that it would be good to have a bool input option for all reusable actions to enable them or not. That way we can sync all of them across all repos and allow repos owners to enable/disable each of the reusable workflows via a config.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant