Update config.json

This commit is contained in:
Nikhil Nandagopal 2021-01-04 14:31:59 +05:30 committed by GitHub
parent 62656d78cf
commit bb81d3501a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

55
.github/config.json vendored
View File

@ -585,6 +585,61 @@
"value": true
}
]
},
"Platform": {
"requires": 1,
"conditions": [
{
"type": "hasLabel",
"label": "ACL",
"value": true
},
{
"type": "hasLabel",
"label": "Debugger",
"value": true
},
{
"type": "hasLabel",
"label": "Omnibar",
"value": true
},
{
"type": "hasLabel",
"label": "Login / Signup",
"value": true
},
{
"type": "hasLabel",
"label": "Entity Explorer",
"value": true
},
{
"type": "hasLabel",
"label": "Example apps",
"value": true
},
{
"type": "hasLabel",
"label": "Deployment",
"value": true
},
{
"type": "hasLabel",
"label": "Home Page",
"value": true
},
{
"type": "hasLabel",
"label": "Settings",
"value": true
},
{
"type": "hasLabel",
"label": "Telemetry",
"value": true
}
]
}
}
}