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

23 lines
383 B
JSON

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