Commit 454d8553 authored by Victor Wu's avatar Victor Wu

Merge branch 'approvals-docs' into 'master'

Approvals docs update to add `count`

See merge request gitlab-org/gitlab-ee!5826
parents 9031ea55 0592eed2
......@@ -57,8 +57,8 @@ an eligible approver.
Let's say that `m` is the number of required approvals, and `Ω` is the set of
explicit approvers. Depending on their number, there are different cases:
- If `m <= Ω`, then only those explicit approvers can approve the merge request.
- If `m > Ω` , then all the explicit approvers _and_ the members of the given
- If `m <= count(Ω)`, then only those explicit approvers can approve the merge request.
- If `m > count(Ω)` , then all the explicit approvers _and_ the members of the given
project with Developer role or higher are eligible approvers of the merge
request.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment