Add linker to area owners (#77983)
authorAndy Gocke <angocke@microsoft.com>
Tue, 8 Nov 2022 16:01:47 +0000 (08:01 -0800)
committerGitHub <noreply@github.com>
Tue, 8 Nov 2022 16:01:47 +0000 (08:01 -0800)
* Add linker to area owners

Add a new area-tools-linker and assign myself as the lead and @sbomer as technical expert

* Update fabricbot config

* Use Tools-ILLink name

* Update fabricbot.json

* Update area-owners.md

.github/fabricbot.json
docs/area-owners.md

index 1259ce6..13786ca 100644 (file)
         },
         {
           "labels": [
+            "area-Tools-ILLink"
+          ],
+          "mentionees": [
+            "agocke",
+            "sbomer",
+            "vitek-karas",
+          ]
+        },
+        {
+          "labels": [
+            "area-NativeAOT-coreclr"
+          ],
+          "mentionees": [
+            "agocke",
+            "MichalStrehovsky",
+            "jkotas"
+          ]
+        },
+        {
+          "labels": [
             "area-System.Buffers"
           ],
           "mentionees": [
                 }
               },
               {
+                "name": "hasLabel",
+                "parameters": {
+                  "label": "area-Tools-ILLink"
+                }
+              },
+              {
                 "name": "labelAdded",
                 "parameters": {
                   "label": "area-AssemblyLoader-coreclr"
                 "parameters": {
                   "label": "area-Single-File"
                 }
+              },
+              {
+                "name": "labelAdded",
+                "parameters": {
+                  "label": "area-Tools-ILLink"
+                }
               }
             ]
           },
index 3a27acc..be7c69f 100644 (file)
@@ -134,6 +134,7 @@ Note: Editing this file doesn't update the mapping used by `@msftbot` for area-s
 | area-System.Xml                                | @jeffhandley  | @dotnet/area-system-xml                             |                                                                                                                                                                                                                                                                                           |
 | area-Threading-mono                            | @SamMonoRT    | @lambdageek                                         |                                                                                                                                                                                                                                                                                           |
 | area-TieredCompilation-coreclr                 | @mangod9      | @kouvel                                             |                                                                                                                                                                                                                                                                                           |
+| area-Tools-ILLink                | @agocke      | @sbomer                                             |                                                                                                                                                                                                                                                                                           |
 | area-Tracing-coreclr                           | @tommcdon     | @sywhang @josalem                                   |                                                                                                                                                                                                                                                                                           |
 | area-Tracing-mono                              | @steveisok    | @lateralusX                                         |                                                                                                                                                                                                                                                                                           |
 | area-TypeSystem-coreclr                        | @mangod9      | @davidwrighton @MichalStrehovsky @janvorli @mangod9 |                                                                                                                                                                                                                                                                                           |