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 + } + ] } } }