kubewarden / github-actions

GitHub actions used by the Kubewarden project
https://kubewarden.io
Apache License 2.0
4 stars 7 forks source link

fix: Ignore comments on artifacthub-pkg.yml #71

Closed viccuad closed 1 year ago

viccuad commented 1 year ago

Description

Fix https://github.com/kubewarden/github-actions/issues/70.

This ignores the comment header, which may change for community policies. Bump to v3.1.1.

Test

Tested locally, edited an artifacthub-pkg.yml header, and run the git diff locally (which diffs the committed one against the working tree one).

Additional Information

Tradeoff

Potential improvement