Adopt issue classifier.

Closes #95086.
Closes #95091.
This commit is contained in:
Jackson Kearl
2020-05-07 11:11:34 -07:00
parent 9a087f1943
commit 38e322b6c4
12 changed files with 68 additions and 318 deletions

16
.github/classifier.json vendored Normal file
View File

@@ -0,0 +1,16 @@
{
"$schema": "https://raw.githubusercontent.com/microsoft/vscode-github-triage-actions/master/classifier/apply/apply-labels/classifier-config.schema.json",
"assignees": {
"JacksonKearl": {
"assign": true
}
},
"labels": {
"search-editor": {
"applyLabel": true,
"assign": [
"JacksonKearl"
]
}
}
}