Update config.json
This commit is contained in:
parent
2bcad75d2d
commit
3d16a936e4
64
.github/config.json
vendored
64
.github/config.json
vendored
|
|
@ -1,37 +1,39 @@
|
||||||
{
|
{
|
||||||
"labels": {
|
"releaseMastermind": {
|
||||||
"actions": {
|
"labels": {
|
||||||
"name": "Actions",
|
"actions": {
|
||||||
"color": "61ed84",
|
"name": "Actions",
|
||||||
"description": "Issues related to API / Query execution"
|
"color": "61ed84",
|
||||||
|
"description": "Issues related to API / Query execution"
|
||||||
|
},
|
||||||
|
"dataSources": {
|
||||||
|
"name": "Datasources",
|
||||||
|
"color": "f285e1",
|
||||||
|
"description": ""
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"dataSources": {
|
"runners": [
|
||||||
"name": "Datasources",
|
{
|
||||||
"color": "f285e1",
|
"root": ".",
|
||||||
"description": ""
|
"projectType": "other",
|
||||||
}
|
"versioning": "SemVer",
|
||||||
},
|
"prereleaseName": "alpha",
|
||||||
"runners": [
|
"issue": {
|
||||||
{
|
"labels": {
|
||||||
"root": ".",
|
"ref": "release",
|
||||||
"projectType": "other",
|
"actions": {
|
||||||
"versioning": "SemVer",
|
"requires": 1,
|
||||||
"prereleaseName": "alpha",
|
"conditions": [
|
||||||
"issue": {
|
{
|
||||||
"labels": {
|
"type": "hasLabel",
|
||||||
"ref": "release",
|
"label": "dataSources",
|
||||||
"actions": {
|
"value": "true"
|
||||||
"requires": 1,
|
}
|
||||||
"conditions": [
|
]
|
||||||
{
|
}
|
||||||
"type": "hasLabel",
|
|
||||||
"label": "dataSources",
|
|
||||||
"value": "true"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
]
|
||||||
]
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user