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

25 lines
445 B
JSON

{
"runners": [
{
"root": ".",
"projectType": "other",
"versioning": "other",
"prereleaseName": "alpha",
"issue": {
"labels": {
"Actions": {
"requires": 1,
"conditions": [
{
"type": "hasLabel",
"label": "Datasources",
"value": "true"
}
]
}
}
}
}
]
}