From 3d406dda5ed6bbc010b26d79f369766f9b4f507d Mon Sep 17 00:00:00 2001 From: Jesse Squire Date: Tue, 25 Oct 2022 12:59:21 -0400 Subject: [PATCH] [Bot Rules] Update ML pull request labels The focus of these changes is to update the pull request labels for ML paths to incorporate the changes from #27026. --- .github/fabricbot.json | 41 +++++++++++++++++++++++++++++++++++++++-- 1 file changed, 39 insertions(+), 2 deletions(-) diff --git a/.github/fabricbot.json b/.github/fabricbot.json index e816bbc266fe..ff57fe81cd92 100644 --- a/.github/fabricbot.json +++ b/.github/fabricbot.json @@ -1060,6 +1060,41 @@ "" ] }, + { + "label": "ML-AutoML", + "pathFilter": [ + "/sdk/ml/automl.tests.yml" + ], + "exclude": [ + "" + ] + }, + { + "label": "ML-Data", + "pathFilter": [ + "/sdk/ml/data-experiences.tests.yml" + ], + "exclude": [ + "" + ] + }, + { + "label": "ML-Pipelines", + "pathFilter": [ + "/sdk/ml/azure-ai-ml/azure/ai/ml/_schema/pipeline", + "/sdk/ml/azure-ai-ml/azure/ai/ml/_schema/component", + "/sdk/ml/azure-ai-ml/azure/ai/ml/_schema/schedule", + "/sdk/ml/azure-ai-ml/azure/ai/ml/dsl", + "/sdk/ml/azure-ai-ml/azure/ai/ml/entities/_schedule", + "/sdk/ml/azure-ai-ml/azure/ai/ml/entities/_component", + "/sdk/ml/azure-ai-ml/azure/ai/ml/entities/_builders", + "/sdk/ml/azure-ai-ml/azure/ai/ml/_internal", + "/sdk/ml/pipeline.tests.yml" + ], + "exclude": [ + "" + ] + }, { "label": "ML-Local Endpoints", "pathFilter": [ @@ -1073,7 +1108,8 @@ "label": "ML-Jobs", "pathFilter": [ "sdk/ml/azure-ai-ml/azure/ai/ml/_schema/job", - "/sdk/ml/azure-ai-ml/azure/ai/ml/entities/_job" + "/sdk/ml/azure-ai-ml/azure/ai/ml/entities/_job", + "/sdk/ml/training-experiences.tests.yml" ], "exclude": [ "" @@ -1116,7 +1152,8 @@ "sdk/ml/azure-ai-ml/azure/ai/ml/operations/_online_deployment_operations.py", "sdk/ml/azure-ai-ml/azure/ai/ml/operations/_online_endpoint_operations.py", "sdk/ml/azure-ai-ml/azure/ai/ml/_schema/_deployment", - "sdk/ml/azure-ai-ml/azure/ai/ml/_schema/_endpoint" + "sdk/ml/azure-ai-ml/azure/ai/ml/_schema/_endpoint", + "/sdk/ml/production-experiences.tests.yml" ], "exclude": [ ""