@@ -8,24 +8,25 @@ import (
8
8
)
9
9
10
10
type DiggerConfigYaml struct {
11
- ApplyAfterMerge * bool `yaml:"apply_after_merge"`
12
- RespectLayers * bool `yaml:"respect_layers"`
13
- AllowDraftPRs * bool `yaml:"allow_draft_prs"`
14
- DependencyConfiguration * DependencyConfigurationYaml `yaml:"dependency_configuration"`
15
- DeletePriorComments * bool `yaml:"delete_prior_comments"`
16
- DisableDiggerApplyComment * bool `yaml:"disable_digger_apply_comment"`
17
- PrLocks * bool `yaml:"pr_locks"`
18
- Projects []* ProjectYaml `yaml:"projects"`
19
- AutoMerge * bool `yaml:"auto_merge"`
20
- AutoMergeStrategy * string `yaml:"auto_merge_strategy"`
21
- CommentRenderMode * string `yaml:"comment_render_mode"`
22
- Workflows map [string ]* WorkflowYaml `yaml:"workflows"`
23
- Telemetry * bool `yaml:"telemetry,omitempty"`
24
- GenerateProjectsConfig * GenerateProjectsConfigYaml `yaml:"generate_projects"`
25
- TraverseToNestedProjects * bool `yaml:"traverse_to_nested_projects"`
26
- MentionDriftedProjectsInPR * bool `yaml:"mention_drifted_projects_in_pr"`
27
- ReportTerraformOutputs * bool `yaml:"report_terraform_outputs"`
28
- Reporting * ReportingConfigYaml `yaml:"reporting"`
11
+ ApplyAfterMerge * bool `yaml:"apply_after_merge"`
12
+ RespectLayers * bool `yaml:"respect_layers"`
13
+ AllowDraftPRs * bool `yaml:"allow_draft_prs"`
14
+ DependencyConfiguration * DependencyConfigurationYaml `yaml:"dependency_configuration"`
15
+ DeletePriorComments * bool `yaml:"delete_prior_comments"`
16
+ DisableDiggerApplyComment * bool `yaml:"disable_digger_apply_comment"`
17
+ DisableDiggerApplyStatusCheck * bool `yaml:"disable_digger_apply_status_check,omitempty"`
18
+ PrLocks * bool `yaml:"pr_locks"`
19
+ Projects []* ProjectYaml `yaml:"projects"`
20
+ AutoMerge * bool `yaml:"auto_merge"`
21
+ AutoMergeStrategy * string `yaml:"auto_merge_strategy"`
22
+ CommentRenderMode * string `yaml:"comment_render_mode"`
23
+ Workflows map [string ]* WorkflowYaml `yaml:"workflows"`
24
+ Telemetry * bool `yaml:"telemetry,omitempty"`
25
+ GenerateProjectsConfig * GenerateProjectsConfigYaml `yaml:"generate_projects"`
26
+ TraverseToNestedProjects * bool `yaml:"traverse_to_nested_projects"`
27
+ MentionDriftedProjectsInPR * bool `yaml:"mention_drifted_projects_in_pr"`
28
+ ReportTerraformOutputs * bool `yaml:"report_terraform_outputs"`
29
+ Reporting * ReportingConfigYaml `yaml:"reporting"`
29
30
}
30
31
31
32
type ReportingConfigYaml struct {
0 commit comments