From 880590bca4dff2abf383cf183bf31118a4eb51d0 Mon Sep 17 00:00:00 2001 From: Daniel Canter Date: Tue, 4 May 2021 17:07:46 -0700 Subject: [PATCH] Take off hcn package codeowners line The CODEOWNERS logic for the hcn package shouldn't work as the required reviewer doesn't have write access which is required. From https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners: "The people you choose as code owners must have write permissions for the repository. When the code owner is a team, that team must have write permissions, even if all the individual members of the team already have write permissions directly, through organization membership, or through another team membership." Signed-off-by: Daniel Canter --- CODEOWNERS | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 87f49df314..f4c5a07d14 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,3 +1 @@ -* @microsoft/containerplat - -/hcn/* @nagiesek \ No newline at end of file +* @microsoft/containerplat \ No newline at end of file