We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49a0032 commit aa6e80dCopy full SHA for aa6e80d
gitlab/v4/objects/__init__.py
@@ -1210,6 +1210,7 @@ class GroupMergeRequestManager(ListMixin, RESTManager):
1210
"source_branch",
1211
"target_branch",
1212
"search",
1213
+ "wip",
1214
)
1215
_types = {"labels": types.ListAttribute}
1216
@@ -1732,6 +1733,7 @@ class MergeRequestManager(ListMixin, RESTManager):
1732
1733
1734
1735
1736
1737
1738
1739
0 commit comments