Merge branch 'docs-dblessing-codeowners-approvals' into 'master'
Only CODEOWNERS on default branch affect MR approvals See merge request gitlab-org/gitlab-ce!32841
This commit is contained in:
commit
1a9cc19ac3
1 changed files with 4 additions and 0 deletions
|
@ -184,6 +184,10 @@ the merge request. To enable this feature:
|
|||
When this feature is enabled, all merge requests will need approval
|
||||
from one code owner per matched rule before it can be merged.
|
||||
|
||||
NOTE: **Note:** Only the `CODEOWNERS` file on the default branch is evaluated for
|
||||
Merge Request approvals. If `CODEOWNERS` is changed on a non-default branch, those
|
||||
changes will not affect approvals until merged to the default branch.
|
||||
|
||||
## Overriding the merge request approvals default settings
|
||||
|
||||
> Introduced in GitLab Enterprise Edition 9.4.
|
||||
|
|
Loading…
Reference in a new issue