From 151ba1238411dec7cd24fe757d1ee1264c7adeca Mon Sep 17 00:00:00 2001 From: Rob Lourens Date: Thu, 8 Sep 2022 19:22:41 -0500 Subject: [PATCH] Add andrea to "search" label assignment (#160467) --- .github/classifier.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/classifier.json b/.github/classifier.json index 9e7e6e26e17..b6627d9a0f7 100644 --- a/.github/classifier.json +++ b/.github/classifier.json @@ -1,6 +1,6 @@ { - "$schema": "https://raw.githubusercontent.com/microsoft/vscode-github-triage-actions/master/classifier-deep/apply/apply-labels/deep-classifier-config.schema.json", - "vacation": ["RMacfarlane", "eamodio"], + "$schema": "https://raw.githubusercontent.com/microsoft/vscode-github-triage-actions/stable/classifier-deep/apply/apply-labels/deep-classifier-config.schema.json", + "vacation": [], "assignees": { "nameToOverrideAccuracyOf": {"accuracy": 0.8} }, @@ -132,7 +132,7 @@ "rename": {"assign": ["jrieken"]}, "scm": {"assign": ["lszomoru"]}, "screencast-mode": {"assign": ["lszomoru"]}, - "search": {"assign": ["roblourens"]}, + "search": {"assign": ["roblourens", "andreamah"]}, "search-editor": {"assign": ["roblourens"]}, "search-replace": {"assign": ["sandy081"]}, "semantic-tokens": {"assign": ["alexdima", "aeschli"]},