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
80e06c31
Commit
80e06c31
authored
May 20, 2020
by
Daniel Gruesso
Committed by
Marcia Ramos
May 20, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add support for including user/groups from parent/ancestors
parent
8253d022
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
doc/user/project/code_owners.md
doc/user/project/code_owners.md
+17
-0
No files found.
doc/user/project/code_owners.md
View file @
80e06c31
...
...
@@ -88,6 +88,23 @@ or more users or by the `@name` of one or more groups that should
be owners of the file. Groups must be added as
[
members of the project
](
members/index.md
)
,
or they will be ignored.
Starting in
[
GitLab 13.0
](
https://gitlab.com/gitlab-org/gitlab/-/issues/32432
)
, you can now specify
groups or subgroups from the project's group hierarchy as potential code owners.
For example, consider the following hierarchy for a given project:
```
text
group >> sub-group >> sub-subgroup >> myproject >> file.md
```
Any of the following groups would be eligible to be specified as code owners:
-
`@group`
-
`@group/sub-group`
-
`@group/sub-group/sub-subgroup`
In addition, any groups that have been invited to the project using the
**Settings > Members**
tool will also be recognized as eligible code owners.
The order in which the paths are defined is significant: the last
pattern that matches a given path will be used to find the code
owners.
...
...
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