This message was deleted.
# atlantis-community
s
This message was deleted.
b
You could make a branch protection rule to require specific status checks to be successful, e.g. the
atlantis apply
status check that's reported back to GitHub.
👍 1
1
b
yep branch protection rule on status checks
w
We just moved into GH, so still a lot to learn. Thnx.
b
another way to goose that is usage of CODEOWNERS
they might be approvers but not have merge rights
1
that way you can groom the outbound PRs
b
Added to Ben and my answer: It's worth noting that branch protection rules are only available for paid teams on GitHub, if I remember correctly. If you're not on a paid team, you can still limit permissions to control who has merge rights, and you can consider allowing only Atlantis to merge using the automerge feature as an option.
g
Can we do this with GitLab too?
The status check.
n
ooo, I'd love to be able to block merges without an apply but have not figured out how to do that yet