PromucFlow_constructor/.github/config.json
2020-12-29 13:05:38 +05:30

24 lines
407 B
JSON

[
{
"root": ".",
"projectType": "node",
"versioning": "SemVer",
"prereleaseName": "alpha",
"issue": {
"ref": "develop",
"labels": {
"UI Building": {
"requires": 1,
"conditions": [
{
"type": "hasLabel",
"label": "Bug",
"value": "false"
}
]
}
}
}
}
]