We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78e4849 commit 7382607Copy full SHA for 7382607
internal/model/job.go
@@ -129,9 +129,9 @@ type RequirementSource map[string]any
129
type Experiment map[string]any
130
131
type CommitOptions struct {
132
- Prefix string `json:"prefix,omitempty" yaml:"prefix,omitempty"`
133
- PrefixDevelopment string `json:"prefix-development,omitempty" yaml:"prefix-development,omitempty"`
134
- IncludeScope *string `json:"include-scope,omitempty" yaml:"include-scope,omitempty"`
+ Prefix string `json:"prefix,omitempty" yaml:"prefix,omitempty"`
+ PrefixDevelopment string `json:"prefix-development,omitempty" yaml:"prefix-development,omitempty"`
+ IncludeScope bool `json:"include-scope,omitempty" yaml:"include-scope,omitempty"`
135
}
136
137
type Credential map[string]any
0 commit comments