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
082d8665
Commit
082d8665
authored
Jul 30, 2021
by
Ryan Kelly
Committed by
Amy Qualls
Jul 30, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update CODEOWNERS examples
parent
89ffe893
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
doc/user/project/code_owners.md
doc/user/project/code_owners.md
+5
-5
No files found.
doc/user/project/code_owners.md
View file @
082d8665
...
...
@@ -41,13 +41,13 @@ To set up Code Owners:
filename @username1 @username2
# Code Owners for a directory
directoryname @username1 @username2
directoryname
/
@username1 @username2
# All group members as Code Owners for a file
filename @groupname
# All group members as Code Owners for a directory
directoryname @groupname
directoryname
/
@groupname
```
The Code Owners are now displayed in the UI. They apply to the current branch only.
...
...
@@ -152,12 +152,12 @@ Also, section headings are not case-sensitive. For example:
```
plaintext
[Documentation]
ee/docs @docs
docs @docs
ee/docs
/
@docs
docs
/
@docs
[Database]
README.md @database
model/db @database
model/db
/
@database
[DOCUMENTATION]
README.md @docs
...
...
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