mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-04 07:15:54 +01:00
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"
|
|
]
|
|
}
|
|
}
|
|
}
|