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
3bc2e985
Commit
3bc2e985
authored
Jan 07, 2022
by
Gerardo Gutierrez
Committed by
Amy Qualls
Jan 07, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add troubleshooting section to Code Owners doc
parent
c4d6756a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
0 deletions
+23
-0
doc/user/project/code_owners.md
doc/user/project/code_owners.md
+23
-0
No files found.
doc/user/project/code_owners.md
View file @
3bc2e985
...
...
@@ -280,3 +280,26 @@ model/db @database
[DOCUMENTATION]
README.md @docs
```
## Troubleshooting
### Approvals shown as optional
A Code Owner approval rule is optional if these conditions are not met:
-
The user or group are not a member of the project or parent group.
-
[
Code Owner approval on a protected branch
](
protected_branches.md#require-code-owner-approval-on-a-protected-branch
)
has not been set up.
-
The section is
[
marked as optional
](
#make-a-code-owners-section-optional
)
.
### Approvals do not show
Code Owner approval rules only update when the merge request is created.
If you update the
`CODEOWNERS`
file, close the merge request and create a new one.
### User not shown as possible approver
A user might not show as an approver on the Code Owner merge request approval rules.
This result occurs when a rule prevents the specific user from approving the merge request.
Check the project
[
merge request approval setting
](
merge_requests/approvals/settings.md#edit-merge-request-approval-settings
)
.
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