vscode/.github/classifier.yml

147 lines
3.7 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: {
2018-01-12 15:35:24 +00:00
api: {
assignees: [ jrieken ],
assignLabel: false
},
2017-11-25 00:15:16 +00:00
color-picker: [],
2018-02-08 07:32:11 +00:00
css-less-sass: [ aeschli ],
debug: {
2018-02-02 08:55:52 +00:00
assignees: [ weinand ],
assignLabel: false
},
2017-11-25 00:15:16 +00:00
diff-editor: [],
2017-10-09 09:55:49 +00:00
editor: [],
2017-11-25 00:15:16 +00:00
editor-1000-limit: [],
editor-autoclosing: [],
editor-autoindent: [],
2017-06-27 18:54:20 +00:00
editor-brackets: [],
2017-10-12 08:34:34 +00:00
editor-clipboard: [],
2017-11-25 00:15:16 +00:00
editor-columnselect: [],
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: [],
2017-06-27 18:54:20 +00:00
editor-input: [],
editor-minimap: [],
editor-multicursor: [],
2017-11-25 00:15:16 +00:00
editor-smooth: [],
2017-06-27 18:54:20 +00:00
editor-wrapping: [],
2017-06-21 18:14:16 +00:00
emmet: [ ramya-rao-a ],
error-list: [],
2017-11-25 00:15:16 +00:00
extensions: [],
2018-01-12 16:42:43 +00:00
file-encoding: {
assignees: [ bpasero ],
assignLabel: false
},
file-io: {
assignees: [ bpasero ],
assignLabel: false
},
file-watcher: {
assignees: [ bpasero ],
assignLabel: false
},
file-explorer: {
assignees: [ isidorn ],
assignLabel: false
},
2017-11-25 00:15:16 +00:00
format: [],
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: [],
2017-11-25 00:15:16 +00:00
keybindings: [],
keyboard-layout: [],
2017-06-21 18:14:16 +00:00
languages basic: [],
2017-10-11 17:52:18 +00:00
markdown: [ mjbvz ],
2017-09-08 18:58:36 +00:00
merge-conflict: [ chrmarti ],
2018-01-12 16:42:43 +00:00
multi-root: {
assignees: [ bpasero ],
assignLabel: false
},
2017-06-27 18:54:20 +00:00
perf-profile: [],
php: [ roblourens ],
2017-11-25 00:15:16 +00:00
proxy: [],
2018-01-12 15:35:24 +00:00
remote: {
assignees: [ jrieken ],
assignLabel: false
},
2017-11-25 00:15:16 +00:00
scm: [],
search: [ roblourens ],
2018-01-12 15:35:24 +00:00
snippets: {
assignees: [ jrieken ],
assignLabel: false
},
2017-10-05 21:18:37 +00:00
tasks: [ dbaeumer ],
2017-11-25 00:15:16 +00:00
telemetry: [],
themes: [],
typescript: [ mjbvz ],
workbench: {
2018-01-12 16:42:43 +00:00
assignees: [ bpasero ],
assignLabel: false
},
workbench-dnd: {
assignees: [ bpasero ],
assignLabel: false
},
workbench-editors: {
assignees: [ bpasero ],
assignLabel: false
},
workbench-electron: {
assignees: [ bpasero ],
assignLabel: false
},
workbench-feedback: {
assignees: [ bpasero ],
assignLabel: false
},
workbench-history: {
assignees: [ bpasero ],
assignLabel: false
},
workbench-layout: {
assignees: [ bpasero ],
assignLabel: false
},
workbench-menu: {
assignees: [ bpasero ],
assignLabel: false
},
workbench-notifications: {
assignees: [ bpasero ],
assignLabel: false
},
workbench-state: {
assignees: [ bpasero ],
assignLabel: false
},
workbench-status: {
assignees: [ bpasero ],
assignLabel: false
},
workbench-tabs: {
assignees: [ bpasero ],
assignLabel: false
},
workbench-title: {
assignees: [ bpasero ],
assignLabel: false
},
workbench-touchbar: {
assignees: [ bpasero ],
assignLabel: false
},
2018-01-12 09:24:56 +00:00
workbench-welcome: [ chrmarti ]
2017-06-21 18:14:16 +00:00
}
2017-06-26 15:28:34 +00:00
}