PromucFlow_constructor/.github/config.json
2020-12-29 15:11:36 +05:30

52 lines
1.1 KiB
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": "SemVer",
"prereleaseName": "alpha",
"issue": {
"assignProject": [
{
"project": "Issues",
"column": "New",
"requires": 1,
"conditions": [
{
"type": "hasLabel",
"label": "Type - Bug",
"value": true
}
]
}
],
"assignColumn": {},
"createBranch": {},
"labels": {
"bug": {
"requires": 1,
"conditions": [
{
"type": "descriptionMatches",
"pattern": "/^- platform:.*android/im"
}
]
}
}
}
}
]
}