From 794572b857272442d5f6322cc6f51bf983e50d00 Mon Sep 17 00:00:00 2001 From: Nikhil Nandagopal Date: Thu, 15 Jul 2021 16:43:42 +0530 Subject: [PATCH] Update config.json --- .github/config.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.github/config.json b/.github/config.json index cbc906c204..cef1db01ed 100644 --- a/.github/config.json +++ b/.github/config.json @@ -40,6 +40,11 @@ "color": "074ac6", "description": "" }, + "Collaboration": { + "name": "Collaboration", + "color": "d802a3", + "description": "Example apps created for new signups" + }, "Container Widget": { "name": "Container Widget", "color": "19AD0D", @@ -130,6 +135,11 @@ "color": "7057ff", "description": "Good for newcomers" }, + "Generate Page": { + "name": "Generate Page", + "color": "7057ff", + "description": "Issues related to page generation" + }, "Help Wanted": { "name": "Help Wanted", "color": "008672", @@ -718,6 +728,11 @@ "label": "In App Comms", "value": true }, + { + "type": "hasLabel", + "label": "Generate Page", + "value": true + }, { "type": "hasLabel", "label": "Settings", @@ -738,6 +753,11 @@ "label": "Version Control", "value": true }, + { + "type": "hasLabel", + "label": "Collaboration", + "value": true + }, { "type": "hasLabel", "label": "Platform",