Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:Scalr/go-scalr into feature/SCAL…
Browse files Browse the repository at this point in the history
…RCORE-18479
  • Loading branch information
Artem Vang committed Aug 13, 2021
2 parents 6592648 + cf90e81 commit 7d339bd
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 @@ -84,6 +84,7 @@ type VCSRepo struct {
IngressSubmodules bool `json:"ingress-submodules"`
Path string `json:"path"`
TriggerPrefixes []string `json:"trigger-prefixes,omitempty"`
DryRunsEnabled bool `json:"dry-runs-enabled"`
}

// WorkspaceActions represents the workspace actions.
Expand Down Expand Up @@ -178,6 +179,7 @@ type VCSRepoOptions struct {
IngressSubmodules *bool `json:"ingress-submodules,omitempty"`
Path *string `json:"path,omitempty"`
TriggerPrefixes *[]string `json:"trigger-prefixes,omitempty"`
DryRunsEnabled *bool `json:"dry-runs-enabled,omitempty"`
}

type VcsProviderOptions struct {
Expand Down

0 comments on commit 7d339bd

Please sign in to comment.