Skip to content

Commit b6c0872

Browse files
nickbroonnejch
authored andcommitted
feat: allow filtering pipelines by source
See: https://docs.gitlab.com/ee/api/pipelines.html#list-project-pipelines Added in GitLab 14.3
1 parent 283e7cc commit b6c0872

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gitlab/v4/objects/pipelines.py

+1
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ class ProjectPipelineManager(RetrieveMixin, CreateMixin, DeleteMixin, RESTManage
9696
_list_filters = (
9797
"scope",
9898
"status",
99+
"source",
99100
"ref",
100101
"sha",
101102
"yaml_errors",

0 commit comments

Comments
 (0)