-
Notifications
You must be signed in to change notification settings - Fork 220
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
Feature: ignore changes in files like README.md? #530
Comments
@johanneskastl I was thinking the same and I'll like to take care of the implementation of this feature. Considering that:
I have a few option in mind:
Do you have any opinion on that? cc/ @cpanato EDIT: After looking into repo I found a PR that is aimed to solve the same problem with a solution that is similar to the first proposal.. #411 |
@mavimo Your first proposal sounds good, nice to see there is already a PR for that. On a related note, I found that people exclude things in the Github Action definition:
|
@johanneskastl as I understand it going to stop the pipeline to work if only the readme file is changed, this is not bad but then we need to have a dedicate pipeline only for the version check (plus we need to report all the files & folder to ignore also in the CI pipeline, that might be a bit redundant and counterintuitive for a person working on the chart) |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
This issue was closed because it has been stalled for 5 days with no activity. |
Is this a request for help?: No.
Is this a BUG REPORT or FEATURE REQUEST? (choose one): FEATURE REQUEST
I am using the helm-chart-testing action, that uses the chart-testing tool (obviously :-) ). It complains, if I make small changes to e.g. a chart's README.md file, and do not bump the chart's version.
For things like README.md or similar it would be nice, if those files could be ignored by
ct list-changed
.I found no commandline argument that would allow me to do that. I also found no hint if this is possible using the config file.
The text was updated successfully, but these errors were encountered: