Skip to content
Snippets Groups Projects

Assign approvers based on code owners

Merged Mark Chao requested to merge 1012-assign-code-owner-as-approver into master
All threads resolved!
Compare and Show latest version
2 files
+ 5
6
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -39,9 +39,8 @@ suitable to your workflow:
The following users can perform approvals, including:
- users being added as approvers at project or merge request level
- code owners related to the merge request
> [Introduced](https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/7933>) in [GitLab Starter](https://about.gitlab.com/pricing/) 11.5.
- Users being added as approvers at project or merge request level.
- Code owners related to the merge request ([introduced](https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/7933) in [GitLab Starter](https://about.gitlab.com/pricing/) 11.5).
An individual user can be added as an approver if they are a member of the given project,
a member of the project's immediate parent group, or a member of a group that has share access
@@ -60,7 +59,7 @@ If the number of required approvals is greater than the number of approvers,
then other users will become implicit approvers to fill the gap.
Those implicit approvers include:
- members of the given project with Developer role or higher.
- Members of the given project with Developer role or higher.
## Adding or removing an approval
Loading