Update config.json

This commit is contained in:
Nikhil Nandagopal 2020-12-29 14:45:54 +05:30 committed by GitHub
parent 2bcad75d2d
commit 3d16a936e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

64
.github/config.json vendored
View File

@ -1,37 +1,39 @@
{
"labels": {
"actions": {
"name": "Actions",
"color": "61ed84",
"description": "Issues related to API / Query execution"
"releaseMastermind": {
"labels": {
"actions": {
"name": "Actions",
"color": "61ed84",
"description": "Issues related to API / Query execution"
},
"dataSources": {
"name": "Datasources",
"color": "f285e1",
"description": ""
}
},
"dataSources": {
"name": "Datasources",
"color": "f285e1",
"description": ""
}
},
"runners": [
{
"root": ".",
"projectType": "other",
"versioning": "SemVer",
"prereleaseName": "alpha",
"issue": {
"labels": {
"ref": "release",
"actions": {
"requires": 1,
"conditions": [
{
"type": "hasLabel",
"label": "dataSources",
"value": "true"
}
]
"runners": [
{
"root": ".",
"projectType": "other",
"versioning": "SemVer",
"prereleaseName": "alpha",
"issue": {
"labels": {
"ref": "release",
"actions": {
"requires": 1,
"conditions": [
{
"type": "hasLabel",
"label": "dataSources",
"value": "true"
}
]
}
}
}
}
}
]
]
}
}