Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
0592eed2
Commit
0592eed2
authored
May 23, 2018
by
Victor Wu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Approvals docs update to add `count`
parent
bad0dd18
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/user/project/merge_requests/merge_request_approvals.md
doc/user/project/merge_requests/merge_request_approvals.md
+2
-2
No files found.
doc/user/project/merge_requests/merge_request_approvals.md
View file @
0592eed2
...
@@ -57,8 +57,8 @@ an eligible approver.
...
@@ -57,8 +57,8 @@ an eligible approver.
Let's say that
`m`
is the number of required approvals, and
`Ω`
is the set of
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:
explicit approvers. Depending on their number, there are different cases:
-
If
`m <=
Ω
`
, then only those explicit approvers can approve the merge request.
-
If
`m <=
count(Ω)
`
, 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 all the explicit approvers _and_ the members of the given
project with Developer role or higher are eligible approvers of the merge
project with Developer role or higher are eligible approvers of the merge
request.
request.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment