Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f310764 commit a2b8c8cCopy full SHA for a2b8c8c
gitlab/v4/objects/merge_request_approvals.py
@@ -63,7 +63,7 @@ class ProjectApprovalRuleManager(
63
_from_parent_attrs = {"project_id": "id"}
64
_create_attrs = RequiredOptional(
65
required=("name", "approvals_required"),
66
- optional=("user_ids", "group_ids", "protected_branch_ids"),
+ optional=("user_ids", "group_ids", "protected_branch_ids", "usernames"),
67
)
68
69
0 commit comments