Skip to content

Commit

Permalink
feat: usernames support for MR approvals
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbroon authored and nejch committed Apr 19, 2023
1 parent f310764 commit a2b8c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitlab/v4/objects/merge_request_approvals.py
Expand Up @@ -63,7 +63,7 @@ class ProjectApprovalRuleManager(
_from_parent_attrs = {"project_id": "id"}
_create_attrs = RequiredOptional(
required=("name", "approvals_required"),
optional=("user_ids", "group_ids", "protected_branch_ids"),
optional=("user_ids", "group_ids", "protected_branch_ids", "usernames"),
)


Expand Down

0 comments on commit a2b8c8c

Please sign in to comment.