Skip to content

Commit d6078f8

Browse files
committed
feat(api): added wip filter param for merge requests
1 parent aa6e80d commit d6078f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gitlab/v4/objects/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3404,6 +3404,7 @@ class ProjectMergeRequestManager(CRUDMixin, RESTManager):
34043404
"source_branch",
34053405
"target_branch",
34063406
"search",
3407+
"wip",
34073408
)
34083409
_types = {"labels": types.ListAttribute}
34093410

0 commit comments

Comments
 (0)