From 0d398755bceaaf0a020f95ee48b474444e8f6f1b Mon Sep 17 00:00:00 2001 From: Jeff Handley Date: Tue, 6 Jun 2023 01:14:04 -0700 Subject: [PATCH] Update area-owners.json to reflect change in area-owners.md (#87144) --- .github/CODEOWNERS | 5 +++++ docs/area-owners.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 6cff610..22648cb 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -96,3 +96,8 @@ /docs/project/list-of-diagnostics.md @jeffhandley /src/libraries/Common/src/System/Obsoletions.cs @jeffhandley + +# Area ownership and repo automation +/docs/area-owners.* @jeffhandley +/docs/issue*.md @jeffhandley +/.github/fabricbot.json @jeffhandley diff --git a/docs/area-owners.json b/docs/area-owners.json index 5be050f..8904656 100644 --- a/docs/area-owners.json +++ b/docs/area-owners.json @@ -248,7 +248,7 @@ "label": "area-Diagnostics-mono" }, { - "lead": "marek-safar", + "lead": "SamMonoRT", "owners": [ "lambdageek" ], -- 2.7.4