Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfdc46ba

Browse files
committed
feat: add code owner approval as attribute
The python API was missing the field code_owner_approval_requiredas implemented in the GitLab REST API.
1 parent09ef8d4 commitfdc46ba

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)

[8]ページ先頭

©2009-2025 Movatter.jp