From bb81d3501a50e19e831a7d9cd509c3823439839b Mon Sep 17 00:00:00 2001 From: Nikhil Nandagopal Date: Mon, 4 Jan 2021 14:31:59 +0530 Subject: [PATCH] Update config.json --- .github/config.json | 55 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) diff --git a/.github/config.json b/.github/config.json index 1a313da2ae..a049a7317e 100644 --- a/.github/config.json +++ b/.github/config.json @@ -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 + } + ] } } }