Skip to content

Commit

Permalink
feat: allow filtering pipelines by source
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbroon authored and nejch committed Dec 10, 2022
1 parent 283e7cc commit b6c0872
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gitlab/v4/objects/pipelines.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ class ProjectPipelineManager(RetrieveMixin, CreateMixin, DeleteMixin, RESTManage
_list_filters = (
"scope",
"status",
"source",
"ref",
"sha",
"yaml_errors",
Expand Down

0 comments on commit b6c0872

Please sign in to comment.