Skip to content

Commit ac56922

Browse files
authored
[Bot Rules] CODEOWNERS Sync (#26687)
# Summary The focus of these changes is to capture updates to CODEOWNERS for service owners and new PR paths/labels. # Related - #26637 - #26644 - #26574
1 parent db35c33 commit ac56922

File tree

1 file changed

+124
-12
lines changed

1 file changed

+124
-12
lines changed

.github/fabricbot.json

+124-12
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
[
1+
{
2+
"version": "1.0",
3+
"tasks": [
24
{
35
"taskType": "trigger",
46
"capabilityId": "IssueResponder",
@@ -11,8 +13,7 @@
1113
"operands": [
1214
{
1315
"name": "isAction",
14-
"parameters": {
15-
}
16+
"parameters": {}
1617
},
1718
{
1819
"operator": "not",
@@ -1059,6 +1060,25 @@
10591060
""
10601061
]
10611062
},
1063+
{
1064+
"label": "ML-Local Endpoints",
1065+
"pathFilter": [
1066+
"sdk/ml/azure-ai-ml/azure/ai/ml/_local_endpoints/"
1067+
],
1068+
"exclude": [
1069+
""
1070+
]
1071+
},
1072+
{
1073+
"label": "ML-Jobs",
1074+
"pathFilter": [
1075+
"sdk/ml/azure-ai-ml/azure/ai/ml/_schema/job",
1076+
"/sdk/ml/azure-ai-ml/azure/ai/ml/entities/_job"
1077+
],
1078+
"exclude": [
1079+
""
1080+
]
1081+
},
10621082
{
10631083
"label": "Tables",
10641084
"pathFilter": [
@@ -1525,7 +1545,9 @@
15251545
"Attestation"
15261546
],
15271547
"mentionees": [
1528-
"anilba06"
1548+
"anilba06",
1549+
"gkostal",
1550+
"Azure/azure-sdk-write-attestation"
15291551
]
15301552
},
15311553
{
@@ -1893,8 +1915,8 @@
18931915
"Container Registry"
18941916
],
18951917
"mentionees": [
1896-
"toddysm",
1897-
"northtyphoon"
1918+
"djyou",
1919+
"YalinLi0312"
18981920
]
18991921
},
19001922
{
@@ -3240,12 +3262,82 @@
32403262
"Service Attention"
32413263
],
32423264
"mentionees": [
3243-
"@cijothomas",
3244-
"@reyang",
3245-
"@rajkumar-rangaraj",
3246-
"@TimothyMothra",
3247-
"@vishweshbankwar",
3248-
"@ramthi"
3265+
"cijothomas",
3266+
"reyang",
3267+
"rajkumar-rangaraj",
3268+
"TimothyMothra",
3269+
"vishweshbankwar",
3270+
"ramthi"
3271+
]
3272+
},
3273+
{
3274+
"labels": [
3275+
"Service Attention",
3276+
"AgriFood"
3277+
],
3278+
"mentionees": [
3279+
"bhargav-kansagara"
3280+
]
3281+
},
3282+
{
3283+
"labels": [
3284+
"Service Attention",
3285+
"Confidential Ledger"
3286+
],
3287+
"mentionees": [
3288+
"lynshi"
3289+
]
3290+
},
3291+
{
3292+
"labels": [
3293+
"Service Attention",
3294+
"Device Update"
3295+
],
3296+
"mentionees": [
3297+
"dpokluda",
3298+
"sedols"
3299+
]
3300+
},
3301+
{
3302+
"labels": [
3303+
"Service Attention",
3304+
"Maps"
3305+
],
3306+
"mentionees": [
3307+
"alextts627"
3308+
]
3309+
},
3310+
{
3311+
"labels": [
3312+
"Service Attention",
3313+
"Mixed Reality"
3314+
],
3315+
"mentionees": [
3316+
"crtreasu",
3317+
"rikogeln"
3318+
]
3319+
},
3320+
{
3321+
"labels": [
3322+
"Service Attention",
3323+
"ML-Local Endpoints"
3324+
],
3325+
"mentionees": [
3326+
"NonStatic2014",
3327+
"arunsu",
3328+
"stanley-msft",
3329+
"JustinFirsching"
3330+
]
3331+
},
3332+
{
3333+
"labels": [
3334+
"Service Attention",
3335+
"ML-Jobs"
3336+
],
3337+
"mentionees": [
3338+
"DouglasXiaoMS",
3339+
"TonyJ1",
3340+
"wangchao1230"
32493341
]
32503342
}
32513343
],
@@ -4449,4 +4541,24 @@
44494541
]
44504542
}
44514543
}
4544+
],
4545+
"userGroups": [
4546+
{
4547+
"_id": "5f074a9e4200c210c870e0ee",
4548+
"groupType": "GitHub",
4549+
"name": "MariaDB and MySQL Contacts",
4550+
"githubUserNames": [
4551+
"ambhatna",
4552+
"savjani",
4553+
"mksuni",
4554+
"Bashar-MSFT"
4555+
],
4556+
"assignmentSchemes": [
4557+
{
4558+
"target": "All",
4559+
"lastAssignedIndex": 90
4560+
}
4561+
]
4562+
}
44524563
]
4564+
}

0 commit comments

Comments
 (0)