From ebf1c533025d7140e610084083884829785dae67 Mon Sep 17 00:00:00 2001 From: Christof Marti Date: Wed, 21 Jun 2017 11:14:16 -0700 Subject: [PATCH] Enable classifier for some areas --- .github/classifier.yml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .github/classifier.yml diff --git a/.github/classifier.yml b/.github/classifier.yml new file mode 100644 index 00000000000..db6218bb695 --- /dev/null +++ b/.github/classifier.yml @@ -0,0 +1,30 @@ +{ + perform: true, + alwaysRequireAssignee: true, + labelsRequiringAssignee: [ feature-request ], + autoAssignees: { + accessibility: [], + api: [], + css-less-sass: [], + debug: [], + editor: [], + emmet: [ ramya-rao-a ], + error-list: [], + extensions: [], + git: [], + hot-exit: [], + html: [], + i18n: [], + install-update: [], + integrated-terminal: [ Tyriar ], + javascript: [], + json: [], + languages basic: [], + markdown: [], + php: [], + search: [], + tasks: [], + typescript: [], + workbench: [], + } +} \ No newline at end of file