Skip to content

Commit

Permalink
fix: fix the CODEOWNERS format issue (#564)
Browse files Browse the repository at this point in the history
Fix the format issue of CODEOWNERS file
- The owners should be listed on one line
- org-level owners are also added as sub-repo code owners

Signed-off-by: Yi Zha <yizha1@microsoft.com>

Signed-off-by: Yi Zha <yizha1@microsoft.com>
  • Loading branch information
yizha1 committed Feb 22, 2023
1 parent 5e2fa4a commit e47cf12
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions CODEOWNERS
Validating CODEOWNERS rules …
@@ -1,13 +1,3 @@
# Org-Level Owners (in alphabetical order)
* @justincormack
* @niazfk
* @stevelasker

# Repo-Level Owners (in alphabetical order)
# Note: This is only for the notaryproject/notation repo
* @gokarnm
* @JeyJeyGao
* @patrickzheng200
* @priteshbandi
* @rgnote
* @shizhMSFT
* @gokarnm @JeyJeyGao @justincormack @niazfk @patrickzheng200 @priteshbandi @rgnote @shizhMSFT @stevelasker

0 comments on commit e47cf12

Please sign in to comment.