Skip to content

Commit

Permalink
Merge pull request #1396 from spyoungtech/merge_request_reviewers
Browse files Browse the repository at this point in the history
feat(api): add support for creating/editing reviewers in project MRs
  • Loading branch information
nejch committed Jun 26, 2021
2 parents af7aae7 + 3d985ee commit 2c86003
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gitlab/v4/objects/merge_requests.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@ class ProjectMergeRequestManager(CRUDMixin, RESTManager):
"remove_source_branch",
"allow_maintainer_to_push",
"squash",
"reviewer_ids",
),
)
_update_attrs = RequiredOptional(
Expand All @@ -371,6 +372,7 @@ class ProjectMergeRequestManager(CRUDMixin, RESTManager):
"discussion_locked",
"allow_maintainer_to_push",
"squash",
"reviewer_ids",
),
)
_list_filters = (
Expand Down

0 comments on commit 2c86003

Please sign in to comment.