Skip to content

Commit

Permalink
Take off hcn package codeowners line
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
dcantah committed May 5, 2021
1 parent f105e07 commit 880590b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
* @microsoft/containerplat

/hcn/* @nagiesek
* @microsoft/containerplat

0 comments on commit 880590b

Please sign in to comment.