Skip to content

Commit

Permalink
Add note about pull request approval and access control
Browse files Browse the repository at this point in the history
Closes #155
  • Loading branch information
sagikazarmark committed Jun 24, 2018
1 parent 9e5f57a commit 2d550d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,8 @@ Once a plan is discarded, you'll need to run `plan` again prior to running `appl
If you'd like to require pull/merge requests to be approved prior to a user running `atlantis apply` simply run Atlantis with the `--require-approval` flag.
By default, no approval is required.

Please note that this option is not intended for access control purposes: anyone with even read access to a repository can approve a pull request.

For more information on GitHub pull request reviews and approvals see: https://help.github.com/articles/about-pull-request-reviews/

For more information on GitLab merge request reviews and approvals (only supported on GitLab Enterprise) see: https://docs.gitlab.com/ee/user/project/merge_requests/merge_request_approvals.html.
Expand Down

0 comments on commit 2d550d4

Please sign in to comment.