Skip to content

Commit

Permalink
Merge pull request #1182 from jlpospisil/allow-mr-search-by-wip
Browse files Browse the repository at this point in the history
Added MR wip filter param
  • Loading branch information
nejch committed Sep 9, 2020
2 parents 35f9cb8 + d6078f8 commit 74c1e4f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gitlab/v4/objects/__init__.py
Expand Up @@ -1222,6 +1222,7 @@ class GroupMergeRequestManager(ListMixin, RESTManager):
"source_branch",
"target_branch",
"search",
"wip",
)
_types = {"labels": types.ListAttribute}

Expand Down Expand Up @@ -1744,6 +1745,7 @@ class MergeRequestManager(ListMixin, RESTManager):
"source_branch",
"target_branch",
"search",
"wip",
)
_types = {"labels": types.ListAttribute}

Expand Down Expand Up @@ -3414,6 +3416,7 @@ class ProjectMergeRequestManager(CRUDMixin, RESTManager):
"source_branch",
"target_branch",
"search",
"wip",
)
_types = {"labels": types.ListAttribute}

Expand Down

0 comments on commit 74c1e4f

Please sign in to comment.