Skip to content

Commit

Permalink
[Bot Rules] Update ML pull request labels (#27028)
Browse files Browse the repository at this point in the history
The focus of these changes is to update the pull request labels for ML paths to incorporate the changes from #27026.
  • Loading branch information
jsquire authored Oct 25, 2022
1 parent 872954e commit f789c9c
Showing 1 changed file with 39 additions and 2 deletions.
41 changes: 39 additions & 2 deletions .github/fabricbot.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand All @@ -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": [
""
Expand Down Expand Up @@ -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": [
""
Expand Down

0 comments on commit f789c9c

Please sign in to comment.