vscode/.github/classifier.yml

47 lines
1.2 KiB
YAML
Raw Normal View History

2017-06-21 18:14:16 +00:00
{
perform: true,
2017-06-22 14:34:40 +00:00
alwaysRequireAssignee: false,
2017-06-21 18:14:16 +00:00
labelsRequiringAssignee: [ feature-request ],
autoAssignees: {
accessibility: [],
api: [],
css-less-sass: [],
debug: [ isidorn ],
2017-10-09 09:55:49 +00:00
editor: [],
2017-06-27 18:54:20 +00:00
editor-brackets: [],
2017-10-12 08:34:34 +00:00
editor-clipboard: [],
2017-06-27 18:54:20 +00:00
editor-colors: [],
2017-10-12 08:34:34 +00:00
editor-contrib: [],
2017-06-27 18:54:20 +00:00
editor-core: [],
2017-10-12 08:34:34 +00:00
editor-find-widget: [],
2017-06-27 18:54:20 +00:00
editor-folding: [],
2017-10-12 08:34:34 +00:00
editor-ime: [],
editor-indentation: [],
2017-06-27 18:54:20 +00:00
editor-input: [],
editor-minimap: [],
editor-multicursor: [],
editor-wrapping: [],
2017-06-21 18:14:16 +00:00
emmet: [ ramya-rao-a ],
error-list: [],
extensions: [],
2017-06-26 15:19:12 +00:00
git: [ joaomoreno ],
2017-06-26 15:28:34 +00:00
hot-exit: [ Tyriar ],
2017-10-11 17:52:18 +00:00
html: [ aeschli ],
2017-06-21 18:14:16 +00:00
i18n: [],
install-update: [],
integrated-terminal: [ Tyriar ],
javascript: [ mjbvz ],
2017-06-21 18:14:16 +00:00
json: [],
languages basic: [],
2017-10-11 17:52:18 +00:00
markdown: [ mjbvz ],
2017-09-08 18:58:36 +00:00
merge-conflict: [ chrmarti ],
2017-06-27 18:54:20 +00:00
perf-profile: [],
php: [ roblourens ],
search: [ roblourens ],
2017-06-27 15:19:25 +00:00
snippets: [ jrieken ],
2017-10-05 21:18:37 +00:00
tasks: [ dbaeumer ],
typescript: [ mjbvz ],
2017-09-26 07:45:52 +00:00
workbench: [ bpasero, isidorn, sandy081]
2017-06-21 18:14:16 +00:00
}
2017-06-26 15:28:34 +00:00
}