Add option to skip comment when no changes and no warnings #773
-
Feature OverviewWhen this option is specified, tfcmt adds labels but does not create comments for unchanged targets. Why is the feature needed?We have many tfstates in our repository. Current version of tfcmt creates comments even when there are no changes. Does the feature include Breaking Changes?I do not think so. Example Code$ tfcmt -var target:${{ matrix.environments.dir }} plan -patch -skip-no-changes -- terraform plan -no-color -lock=false ReferenceNo response |
Beta Was this translation helpful? Give feedback.
Answered by
suzuki-shunsuke
May 12, 2023
Replies: 1 comment 8 replies
-
Thank you for your proposal. I'm working on it. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Released. https://github.com/suzuki-shunsuke/tfcmt/releases/tag/v4.4.0
https://suzuki-shunsuke.github.io/tfcmt/skip-no-changes
tfcmt has supported this feature.