Does Atlantis support preventing merge/pull reques...
# atlantis-community
t
Does Atlantis support preventing merge/pull requests from merging if
atlantis apply
hasn’t ran?
c
Yup. You can make
atlantis apply
a required status check for merging.
And then throw the
gh-allow-mergeable-bypass-apply
flag.
t
I’m using gitlab
c
Ah...I don't know if you can do it with gitlab. I suspect there might be something similar though?
t
Thats what I was expecting, i’ve created https://github.com/runatlantis/atlantis/issues/4372 to get more eyes on it. In the thread above, I have another gitlab user who confirms that they are able to merge before a successful
atlantis apply
.