You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Atlantis will add a comment when autoplanning, even if it determines there's nowhere to run plan so that if users were expecting Atlantis to do something that they at least know that it's working versus wondering if it never got the event.
However in the case where a user has explicitly disabled autoplanning via an atlantis.yaml file, we shouldn't add the comment:
Ran `plan` in 0 projects because Atlantis detected no Terraform changes
The text was updated successfully, but these errors were encountered:
* Add platform mode flag to GlobalCfg
* Added server side config support for platform mode
* Adding flag to enable platform mode
* fix tests
* Moved some of the project level validations to project struct
Added platform mode config support for project level workflow overrides.
We do not support custom platform mode workflows on repo configs
* fix broken test
* moved validations to repo_cfg
* moved some repetitive code to helper functino
* remove platform mode changes
* clean up for loop
* remove platform mode values from project
Currently, Atlantis will add a comment when autoplanning, even if it determines there's nowhere to run
plan
so that if users were expecting Atlantis to do something that they at least know that it's working versus wondering if it never got the event.However in the case where a user has explicitly disabled autoplanning via an
atlantis.yaml
file, we shouldn't add the comment:The text was updated successfully, but these errors were encountered: