mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-26 17:23:15 -05: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"
|
|
]
|
|
}
|
|
}
|
|
}
|