From c0ddcd474a4acc2403f636111b18da829ddecac4 Mon Sep 17 00:00:00 2001 From: yatinappsmith <84702014+yatinappsmith@users.noreply.github.com> Date: Thu, 2 Sep 2021 18:08:57 +0530 Subject: [PATCH] Added labels for new features (#7058) --- .github/config.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/config.json b/.github/config.json index f135290389..89dc026737 100644 --- a/.github/config.json +++ b/.github/config.json @@ -537,6 +537,21 @@ "type": "hasLabel", "label": "New Integration", "value": true + }, + { + "type": "hasLabel", + "label": "JSEditor", + "value": true + }, + { + "type": "hasLabel", + "label": "JSSnippets", + "value": true + }, + { + "type": "hasLabel", + "label": "JSLinting&Error", + "value": true } ] },