helm / chart-testing-action

A GitHub Action to lint and test Helm charts
https://github.com/helm/chart-testing
Apache License 2.0
245 stars 71 forks source link

Rename chart-testing-action #73

Open tylerauerbeck opened 3 years ago

tylerauerbeck commented 3 years ago

Since as of v2 this seems to just be a wrapper for the installation of chart-testing, would it be better to rename this something like setup-chart-testing? This may reduce some confusion about what the action does in the long run.

cpanato commented 1 year ago

@unguiculus @davidkarlsen @scottrigby for thoughts

davidkarlsen commented 1 year ago

Hmmm, I tend to agree that the name would be more meaningful, I just wonder how much it will break. I know that renaming repos will allow for redirects, but does that work well with actions too?

Also, there will be docs to update, as well as the demo-action repo.

If this is easy to do and can be done without much disruption I'm in, but I'd like some comments on that before we rush to do it.