mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-18 22:29:56 +01:00
38e322b6c4
Closes #95086. Closes #95091.
17 lines
324 B
JSON
17 lines
324 B
JSON
{
|
|
"$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"
|
|
]
|
|
}
|
|
}
|
|
}
|