29 строки
654 B
JSON
29 строки
654 B
JSON
{
|
|
"advancedOptions": {
|
|
"createSdkPullRequests": true,
|
|
"generationCallMode": "one-per-config",
|
|
"breakingChangeTracking": true
|
|
},
|
|
"initOptions": {
|
|
"initScript": {
|
|
"path": "sh scripts/automation_init.sh",
|
|
"stderr": {
|
|
"showInComment": false
|
|
}
|
|
}
|
|
},
|
|
"generateOptions": {
|
|
"generateScript": {
|
|
"path": "sh scripts/automation_generate.sh",
|
|
"stdout": {
|
|
"showInComment": "(.*\\[ERROR\\]\\s*).*"
|
|
}
|
|
},
|
|
"parseGenerateOutput": true
|
|
},
|
|
"packageOptions": {
|
|
"breakingChangeLabel": "CI-BreakingChange-Python",
|
|
"breakingChangesLabel": "BreakingChange-Python-Sdk"
|
|
}
|
|
}
|