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

24 lines
410 B
JSON

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