PromucFlow_constructor/.github/config.json
2020-12-29 14:30:34 +05:30

37 lines
706 B
JSON

{
"labels": {
"Actions": {
"name": "Actions",
"color": "61ed84",
"description": "Issues related to API / Query execution"
},
"Datasources": {
"name": "Datasources",
"color": "f285e1",
"description": ""
}
},
"runners": [
{
"root": ".",
"projectType": "other",
"versioning": "other",
"prereleaseName": "alpha",
"issue": {
"labels": {
"Actions": {
"requires": 1,
"conditions": [
{
"type": "hasLabel",
"label": "Datasources",
"value": "true"
}
]
}
}
}
}
]
}