From 58b682803e398fc18311dcc5faf757247c7e83af Mon Sep 17 00:00:00 2001 From: Shay Rojansky Date: Thu, 22 Sep 2022 17:38:42 +0200 Subject: [PATCH] Update owner/mentionees for System.Transactions (#76021) --- .github/fabricbot.json | 8 ++++++++ docs/area-owners.json | 3 ++- docs/area-owners.md | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/fabricbot.json b/.github/fabricbot.json index e60a1774a75..293b67a424b 100644 --- a/.github/fabricbot.json +++ b/.github/fabricbot.json @@ -74,6 +74,14 @@ "dotnet/area-system-text-regularexpressions" ] }, + { + "labels": [ + "area-System.Transactions" + ], + "mentionees": [ + "roji" + ] + }, { "labels": [ "area-GC-mono" diff --git a/docs/area-owners.json b/docs/area-owners.json index 87aefe515b4..672152a6762 100644 --- a/docs/area-owners.json +++ b/docs/area-owners.json @@ -1400,7 +1400,8 @@ { "lead": "HongGit", "owners": [ - "HongGit" + "HongGit", + "roji" ], "label": "area-System.Transactions" }, diff --git a/docs/area-owners.md b/docs/area-owners.md index 14a37d9d22a..d318a6954c6 100644 --- a/docs/area-owners.md +++ b/docs/area-owners.md @@ -130,7 +130,7 @@ Note: Editing this file doesn't update the mapping used by `@msftbot` for area-s | area-System.Threading.Channels | @ericstj | @dotnet/area-system-threading-channels | Consultants: @stephentoub | | area-System.Threading.RateLimiting | @rafikiassumani-msft | @BrennanConroy @halter73 | Consultants: @eerhardt | | area-System.Threading.Tasks | @ericstj | @dotnet/area-system-threading-tasks | Consultants: @stephentoub | -| area-System.Transactions | @HongGit | @HongGit | | +| area-System.Transactions | @HongGit | @HongGit | Consultants: @roji | | area-System.Xml | @jeffhandley | @dotnet/area-system-xml | | | area-Threading-mono | @SamMonoRT | @lambdageek | | | area-TieredCompilation-coreclr | @mangod9 | @kouvel | | -- GitLab