From 47bb1edafdcee799e413f05c8fb64af82a706a73 Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Thu, 15 Dec 2022 12:19:30 -0800 Subject: [PATCH] Fix errors in codeowners file --- .github/CODEOWNERS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 659b3674e04..4c62ae4c076 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -24,16 +24,16 @@ /xml/Microsoft.VisualBasic*/ @cston @333fred /xml/System.Activities*/ @dotnet/docs /xml/System.AddIn*/ @dotnet/docs -/xml/System.ComponentModel.DataAnnotations*/ @lajones @ajcvickers -/xml/System.Data*/ @ajcvickers @davoudeshtehari @david-engel @JRahnama +/xml/System.ComponentModel.DataAnnotations*/ @ajcvickers +/xml/System.Data*/ @ajcvickers @david-engel @JRahnama /xml/System.Data.Odbc/ @ajcvickers /xml/System.Data.OleDb/ @ajcvickers -/xml/System.Data.SqlClient/ @davoudeshtehari @david-engel @JRahnama +/xml/System.Data.SqlClient/ @david-engel @JRahnama /xml/System.Deployment*/ @dotnet/docs /xml/System.Device*/ @dotnet/docs /xml/System.Dynamic*/ @dotnet/docs /xml/System.EnterpriseServices*/ @dotnet/docs -/xml/System.IO.Pipelines*/ @davidfowl @halter73 @jkotalik +/xml/System.IO.Pipelines*/ @halter73 @jkotalik /xml/System.IdentityModel*/ @dotnet/docs /xml/System.Json*/ @dotnet/docs /xml/System.Linq.Expressions*/ @cston @333fred