Skip to content

Commit

Permalink
Merged automatically by CI pipeline
Browse files Browse the repository at this point in the history
SCALRCORE-28287 Workspace > Trigger Patterns
  • Loading branch information
emocharnik committed Oct 16, 2023
2 parents b854aa5 + c0bbb43 commit 8cb8688
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions workspace.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ type WorkspaceVCSRepo struct {
IngressSubmodules bool `json:"ingress-submodules"`
Path string `json:"path"`
TriggerPrefixes []string `json:"trigger-prefixes,omitempty"`
TriggerPatterns string `json:"trigger-patterns,omitempty"`
DryRunsEnabled bool `json:"dry-runs-enabled"`
}

Expand Down Expand Up @@ -252,6 +253,7 @@ type WorkspaceVCSRepoOptions struct {
IngressSubmodules *bool `json:"ingress-submodules,omitempty"`
Path *string `json:"path,omitempty"`
TriggerPrefixes *[]string `json:"trigger-prefixes,omitempty"`
TriggerPatterns *string `json:"trigger-patterns,omitempty"`
DryRunsEnabled *bool `json:"dry-runs-enabled,omitempty"`
}

Expand Down

0 comments on commit 8cb8688

Please sign in to comment.