Skip to content

Commit d61e669

Browse files
authored
Merge pull request #1437 from daniellanner/feat/api-code-owner-approval
feat: add code owner approval as attribute
2 parents 09ef8d4 + fdc46ba commit d61e669

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gitlab/v4/objects/branches.py

+1
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)