Skip to content

Commit

Permalink
Add optional paused field to project API
Browse files Browse the repository at this point in the history
Add optional paused field to project API
  • Loading branch information
hamir-suspect committed Jan 10, 2023
2 parents 6154c44 + cb586f1 commit d958e74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/models/project_v1_alpha.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ type Scheduler struct {
Branch string `json:"branch"`
At string `json:"at"`
PipelineFile string `json:"pipeline_file" yaml:"pipeline_file"`
Status string `json:"status,omitempty" yaml:"status,omitempty"`
}

type ForkedPullRequests struct {
Expand Down

0 comments on commit d958e74

Please sign in to comment.