Skip to content

Commit

Permalink
feat(api): added wip filter param for merge requests
Browse files Browse the repository at this point in the history
  • Loading branch information
jlpospisil committed Sep 9, 2020
1 parent 49a0032 commit aa6e80d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gitlab/v4/objects/__init__.py
Expand Up @@ -1210,6 +1210,7 @@ class GroupMergeRequestManager(ListMixin, RESTManager):
"source_branch",
"target_branch",
"search",
"wip",
)
_types = {"labels": types.ListAttribute}

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

Expand Down

0 comments on commit aa6e80d

Please sign in to comment.