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