From 9d3bdd1bb7ec12e1bbd5ec228be79a9c01b14675 Mon Sep 17 00:00:00 2001 From: Matthew John Cheetham Date: Tue, 23 Sep 2025 10:22:32 +0100 Subject: [PATCH] CODEOWNERS: add CODEOWNERS file The git-client team is a code owner of all code by default. Also add specific code owners for GitHub and Azure Repos provider code. Signed-off-by: Matthew John Cheetham --- CODEOWNERS | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 000000000..87c4b2935 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,5 @@ +* @git-ecosystem/git-client +/src/shared/Microsoft.AzureRepos/ @git-ecosystem/git-client @git-ecosystem/gcm-azure-maintainers +/src/shared/Microsoft.AzureRepos.Tests/ @git-ecosystem/git-client @git-ecosystem/gcm-azure-maintainers +/src/shared/GitHub/ @git-ecosystem/git-client @git-ecosystem/hubbers +/src/shared/GitHub.Tests/ @git-ecosystem/git-client @git-ecosystem/hubbers