Skip to content

Commit aa6e80d

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gitlab/v4/objects/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1210,6 +1210,7 @@ class GroupMergeRequestManager(ListMixin, RESTManager):
12101210
"source_branch",
12111211
"target_branch",
12121212
"search",
1213+
"wip",
12131214
)
12141215
_types = {"labels": types.ListAttribute}
12151216

@@ -1732,6 +1733,7 @@ class MergeRequestManager(ListMixin, RESTManager):
17321733
"source_branch",
17331734
"target_branch",
17341735
"search",
1736+
"wip",
17351737
)
17361738
_types = {"labels": types.ListAttribute}
17371739

0 commit comments

Comments
 (0)