- Notifications
You must be signed in to change notification settings - Fork674
Closed
Description
Summary
The branch manager is missing an attribute implementation ofcode_owner_approval_required as documented inGitLab API documentation
Expected Behavior
ProjectProtectedBranchManager.code_owner_approval_required should be implemented to mirror the API as documented:
| Attribute | Type | Required | Description |
|---|---|---|---|
| code_owner_approval_required | boolean | no | Prevent pushes to this branch if it matches an item in the CODEOWNERS file. (defaults: false) |
Actual Behavior
code_owner_approval_required is not available as attribute inProjectProtectedBranchManager.
Metadata
Metadata
Assignees
Labels
No labels