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
Issue
When auto-merge is enabled, it can happen that Atlantis will merge a PR with code that would normally result to infrastructure changes, but without ensuring these changes are applied.
This means you end up with drift between your infrastructure state and the code representing it in your master branch.
Expected behaviour
Even with auto-merge enabled, Atlantis should never decide to merge a PR with code that would normally generate a plan diff which has not been successfully applied
Example/reproduce
The text was updated successfully, but these errors were encountered:
Version: 0.11.1
Issue
When auto-merge is enabled, it can happen that Atlantis will merge a PR with code that would normally result to infrastructure changes, but without ensuring these changes are applied.
This means you end up with drift between your infrastructure state and the code representing it in your master branch.
Expected behaviour
Even with auto-merge enabled, Atlantis should never decide to merge a PR with code that would normally generate a
plan
diff which has not been successfullyapplied
Example/reproduce
The text was updated successfully, but these errors were encountered: