From ddad022ffff60edc2be6531b4cd154f119ff9a3e Mon Sep 17 00:00:00 2001 From: Nikhil Nandagopal Date: Wed, 20 Jan 2021 12:34:32 +0530 Subject: [PATCH] Update config.json --- .github/config.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/config.json b/.github/config.json index 05b4420f56..65df53be3a 100644 --- a/.github/config.json +++ b/.github/config.json @@ -225,6 +225,11 @@ "color": "10b5ce", "description": "" }, + "Onboarding": { + "name": "Onboarding", + "color": "079829", + "description": "" + }, "Pages": { "name": "Pages", "color": "dee258", @@ -673,6 +678,11 @@ "type": "hasLabel", "label": "Editor", "value": true + }, + { + "type": "hasLabel", + "label": "Onboarding", + "value": true } ] }