mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-03-16 17:54:07 +01:00
Add filter to list repository pipelines API (#4416)
This commit is contained in:
@@ -61,8 +61,11 @@ func (Pipeline) TableName() string {
|
||||
}
|
||||
|
||||
type PipelineFilter struct {
|
||||
Before int64
|
||||
After int64
|
||||
Before int64
|
||||
After int64
|
||||
Branch string
|
||||
Events []WebhookEvent
|
||||
RefContains string
|
||||
}
|
||||
|
||||
// IsMultiPipeline checks if step list contain more than one parent step.
|
||||
|
||||
Reference in New Issue
Block a user