Skip to content
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] Support autoMerge=False field on atlantis apply #1244

Closed
balusarakesh opened this issue Oct 30, 2020 · 1 comment
Closed
Labels
feature New functionality/enhancement

Comments

@balusarakesh
Copy link

It would be nice to have a feature flag added to atlantis like autoMerge=False or --auto-merge-disabledwhich 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 PR

@lkysow lkysow added the feature New functionality/enhancement label Nov 3, 2020
@nitrocode
Copy link
Member

This functionality exists today.

https://www.runatlantis.io/docs/automerging.html#how-to-disable

atlantis apply --auto-merge-disabled

Implemented in #1533 and documented in #1838

Seems to be a duplicate ticket of #1245

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New functionality/enhancement
Projects
None yet
Development

No branches or pull requests

3 participants