From 591a0361a7fd8039e8910555f4c36b5652dc950d Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Wed, 10 Dec 2025 17:07:03 -0800 Subject: [PATCH 1/2] remove non-write-perm users from codeowners --- .github/CODEOWNERS | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 7a4f02b427f..3955dcda644 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -24,10 +24,6 @@ /xml/Microsoft.VisualBasic*/ @333fred /xml/System.Activities*/ @dotnet/docs /xml/System.AddIn*/ @dotnet/docs -/xml/System.ComponentModel.DataAnnotations*/ @ajcvickers -/xml/System.Data*/ @ajcvickers -/xml/System.Data.Odbc/ @ajcvickers -/xml/System.Data.OleDb/ @ajcvickers /xml/System.Data.SqlClient/ @david-engel @cheenamalhotra /xml/System.Deployment*/ @dotnet/docs /xml/System.Device*/ @dotnet/docs @@ -41,15 +37,13 @@ /xml/System.Messaging*/ @dotnet/docs /xml/System.Net*/ @dotnet/ncl /xml/System.Printing*/ @dotnet/docs -/xml/System.Runtime.Caching*/ @StephenMolloy @HongGit +/xml/System.Runtime.Caching*/ @StephenMolloy /xml/System.Runtime.InteropServices*/ @AaronRobinsonMSFT @jkoritzinsky -/xml/System.Runtime.Serialization*/ @StephenMolloy @HongGit -/xml/System.ServiceModel*/ @HongGit @mconnew -/xml/System.ServiceModel.Syndication/ @StephenMolloy @HongGit +/xml/System.Runtime.Serialization*/ @StephenMolloy +/xml/System.ServiceModel*/ @mconnew +/xml/System.ServiceModel.Syndication/ @StephenMolloy /xml/System.Speech*/ @dotnet/docs -/xml/System.Threading*/ @kouvel /xml/System.Timers*/ @dotnet/docs -/xml/System.Transactions*/ @HongGit /xml/System.Web*/ @rick-anderson /xml/System.Windows*/ @dotnet/wpf-developers /xml/System.Windows.Forms*/ @merriemcgaw @JeremyKuhne From 05275e8ce41d653478828faf811f21a342c0a702 Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Wed, 10 Dec 2025 17:17:49 -0800 Subject: [PATCH 2/2] remove non-write-perm users from codeowners --- .github/CODEOWNERS | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 3955dcda644..124d2d7cd8b 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -44,7 +44,6 @@ /xml/System.ServiceModel.Syndication/ @StephenMolloy /xml/System.Speech*/ @dotnet/docs /xml/System.Timers*/ @dotnet/docs -/xml/System.Web*/ @rick-anderson /xml/System.Windows*/ @dotnet/wpf-developers /xml/System.Windows.Forms*/ @merriemcgaw @JeremyKuhne /xml/System.Workflow*/ @dotnet/docs