From 469a360382a9170833c5f700a0b412a474967d6f Mon Sep 17 00:00:00 2001 From: "Meaghan Osagie (Lewis)" Date: Thu, 25 Sep 2025 14:10:39 -0700 Subject: [PATCH] Update ownership of dotnet tutorials --- .github/CODEOWNERS | 2 +- docfx.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index c122e7059afed..3b810df49d2b7 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -122,7 +122,7 @@ # Tools /docs/core/tools/ @adegeo @dotnet/docs # Tutorials -/docs/core/tutorials/ @BillWagner @dotnet/docs +/docs/core/tutorials/ @meaghanlewis @dotnet/docs # What's new /docs/core/whats-new/ @dotnet/docs diff --git a/docfx.json b/docfx.json index c38e0b0b8ba43..c34f6324c93c6 100644 --- a/docfx.json +++ b/docfx.json @@ -365,7 +365,7 @@ "docs/core/runtime-config/**/**.md": "gewarren", "docs/core/testing/**/**.md": "IEvangelist", "docs/core/tools/**/**.md": "adegeo", - "docs/core/tutorials/**/**.md": "billwagner", + "docs/core/tutorials/**/**.md": "meaghanlewis", "docs/core/versions/**/**.md": "billwagner", "docs/core/whats-new/**/**.md": "gewarren", "docs/csharp/**/*.*": "billwagner", @@ -458,7 +458,7 @@ "docs/core/runtime-config/**/**.md": "gewarren", "docs/core/testing/**/**.md": "dapine", "docs/core/tools/**/**.md": "adegeo", - "docs/core/tutorials/**/**.md": "wiwagn", + "docs/core/tutorials/**/**.md": "mosagie", "docs/core/versions/**/**.md": "wiwagn", "docs/core/whats-new/**/**.md": "gewarren", "docs/csharp/**/*.*": "wiwagn",