Skip to content

Commit fdc46ba

Browse files
committed
feat: add code owner approval as attribute
The python API was missing the field code_owner_approval_required as implemented in the GitLab REST API.
1 parent 09ef8d4 commit fdc46ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gitlab/v4/objects/branches.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,6 @@ class ProjectProtectedBranchManager(NoUpdateMixin, RESTManager):
8484
"allowed_to_push",
8585
"allowed_to_merge",
8686
"allowed_to_unprotect",
87+
"code_owner_approval_required",
8788
),
8889
)

0 commit comments

Comments
 (0)