From 134948ebb0f52013b664dd0324c557436254221c Mon Sep 17 00:00:00 2001 From: Andy Gocke Date: Tue, 8 Nov 2022 08:01:47 -0800 Subject: [PATCH] Add linker to area owners (#77983) * 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 | 32 ++++++++++++++++++++++++++++++++ docs/area-owners.md | 1 + 2 files changed, 33 insertions(+) diff --git a/.github/fabricbot.json b/.github/fabricbot.json index 1259ce6..13786ca 100644 --- a/.github/fabricbot.json +++ b/.github/fabricbot.json @@ -175,6 +175,26 @@ }, { "labels": [ + "area-Tools-ILLink" + ], + "mentionees": [ + "agocke", + "sbomer", + "vitek-karas", + ] + }, + { + "labels": [ + "area-NativeAOT-coreclr" + ], + "mentionees": [ + "agocke", + "MichalStrehovsky", + "jkotas" + ] + }, + { + "labels": [ "area-System.Buffers" ], "mentionees": [ @@ -2075,6 +2095,12 @@ } }, { + "name": "hasLabel", + "parameters": { + "label": "area-Tools-ILLink" + } + }, + { "name": "labelAdded", "parameters": { "label": "area-AssemblyLoader-coreclr" @@ -2103,6 +2129,12 @@ "parameters": { "label": "area-Single-File" } + }, + { + "name": "labelAdded", + "parameters": { + "label": "area-Tools-ILLink" + } } ] }, diff --git a/docs/area-owners.md b/docs/area-owners.md index 3a27acc..be7c69f 100644 --- a/docs/area-owners.md +++ b/docs/area-owners.md @@ -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 | | -- 2.7.4