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 aa6e80d commit d6078f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gitlab/v4/objects/__init__.py
Expand Up @@ -3404,6 +3404,7 @@ class ProjectMergeRequestManager(CRUDMixin, RESTManager):
"source_branch",
"target_branch",
"search",
"wip",
)
_types = {"labels": types.ListAttribute}

Expand Down

0 comments on commit d6078f8

Please sign in to comment.