Skip to content

Commit c459386

Browse files
committed
provide default workflow config
1 parent 3c9ebfd commit c459386

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pkg/digger/digger_config.go

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,9 @@ type WorkflowConfiguration struct {
1717
}
1818

1919
type DiggerConfig struct {
20-
Projects []Project `yaml:"projects"`
21-
AutoMerge bool `yaml:"auto_merge"`
22-
Workflows map[string]Workflow `yaml:"workflows"`
23-
CollectUsageData *bool `yaml:"collect_usage_data"`
20+
Projects []Project `yaml:"projects"`
21+
AutoMerge bool `yaml:"auto_merge"`
22+
Workflows map[string]Workflow `yaml:"workflows"`
2423
}
2524

2625
type Project struct {

0 commit comments

Comments
 (0)