Skip to content

Commit

Permalink
Add optional paused field to project API
Browse files Browse the repository at this point in the history
  • Loading branch information
hamir-suspect committed Jan 10, 2023
1 parent 4de9042 commit cb586f1
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 cb586f1

Please sign in to comment.