Description:"The owner of the repository (e.g. example in `example/test` or `https://github.com/example/test`).",
Type:[]string{"string"},
Format:"",
},
},
"repository":{
SchemaProps:spec.SchemaProps{
Type:[]string{"string"},
Format:"",
Description:"The name of the repository (e.g. test in `example/test` or `https://github.com/example/test`).",
Type:[]string{"string"},
Format:"",
},
},
"branchWorkflow":{
SchemaProps:spec.SchemaProps{
Description:"Whether we should commit to change branches and use a Pull Request flow to achieve this. By default, this is false (i.e. we will commit straight to the main branch).",
Type:[]string{"boolean"},
Format:"",
},
},
"generateDashboardPreviews":{
SchemaProps:spec.SchemaProps{
Description:"Whether we should show dashboard previews in the pull requests caused by the BranchWorkflow option. By default, this is false (i.e. we will not create previews). This option is a no-op if BranchWorkflow is `false` or default.",