-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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-REQUEST] feature flag to disable automerg in PR to apply changes gradually #1245
Comments
@balusarakesh thank you for the suggestion! This does feel like a gap in the current auto merge functionality and is definitely a common feature seen in other tools in the build and release pipeline. |
isnt this default behavior? just leave |
``` atlantis apply --auto-merge-disabled ``` Issue: runatlantis#1245
``` atlantis apply --auto-merge-disabled ``` Issue: runatlantis#1245
``` atlantis apply --auto-merge-disabled ``` Issue: runatlantis#1245
``` atlantis apply --auto-merge-disabled ``` Issue: #1245
we can close this issue |
thank you all for this ❤️ |
I know this is old but this flag reads confusing, can we potentially change this flag to --disable-auto-merge or support this as well? |
@jeff-clearcover please create a new issue and or propose a pr |
It would be nice to have a feature flag added to atlantis like
autoMerge=False
or--auto-merge-disabled
which will disable that specific PR from being merged after a successful apply, this will allow us to test the applied changes and merge the PR manually in cases where you want to iterate on changes as you progress with the PRThe text was updated successfully, but these errors were encountered: