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
8e9f4b71
Commit
8e9f4b71
authored
Feb 01, 2022
by
olivier némoz saint-dizier
Committed by
Amy Qualls
Feb 01, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding troubleshooting section for issue 285129
parent
6b6f6862
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
doc/user/project/merge_requests/approvals/rules.md
doc/user/project/merge_requests/approvals/rules.md
+13
-0
No files found.
doc/user/project/merge_requests/approvals/rules.md
View file @
8e9f4b71
...
...
@@ -229,3 +229,16 @@ approval rule for certain branches:
![Scoped to protected branch](img/scoped_to_protected_branch_v13_10.png)
1.
To enable this configuration, read
[
Code Owner's approvals for protected branches
](
../../protected_branches.md#require-code-owner-approval-on-a-protected-branch
)
.
## Troubleshooting
### Approval rule name can't be blank
As a workaround for this validation error, you can delete the approval rule through
the API.
1.
[
GET a project-level rule
](
../../../../api/merge_request_approvals.md#get-a-single-project-level-rule
)
.
1.
[
DELETE the rule
](
../../../../api/merge_request_approvals.md#delete-project-level-rule
)
.
For more information about this validation error, read
[
issue 285129
](
https://gitlab.com/gitlab-org/gitlab/-/issues/285129
)
.
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