Features
#773 #774 Support skipping a post of a comment if there is no change
- Add a command line option
-skip-no-changes
to the subcommandplan
- Add a field
disable_comment
to the configuration file
e.g.
$ tfcmt plan -skip-no-changes -- terraform plan
terraform:
plan:
when_no_changes:
disable_comment: true