Skip to content

Commit

Permalink
Update CODEOWNERS with the broader team (#3099)
Browse files Browse the repository at this point in the history
Some people have asked for minimal permissions, however, to avoid
notification spam.
  • Loading branch information
justinsb committed May 6, 2022
1 parent ec3ed02 commit d81c260
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
# Docs need to have a single approver to maintain consistency.
/site @droot @frankfarzan @phanimarupaka @mengqiy @yuwenma @natasha41575
# Generally we are following a permissive policy of code ownership
# Some people have asked for only minimal permissions to avoid notification spam: @bgrant0607

# Default, unless something takes precedence below
* @droot @justinsb @mengqiy @martinmaly @mortent @natasha41575 @yuwenma

# Docs
/site @bgrant0607 @droot @justinsb @mengqiy @martinmaly @mortent @natasha41575 @yuwenma
# These packages are referenced in docs.
/package-examples/nginx/ @droot @mortent @phanimarupaka @mengqiy
/package-examples/wordpress/ @droot @mortent @phanimarupaka @mengqiy
/package-examples/nginx/ @droot @justinsb @mengqiy @martinmaly @mortent @natasha41575 @yuwenma
/package-examples/wordpress/ @droot @justinsb @mengqiy @martinmaly @mortent @natasha41575 @yuwenma

# Schemas changes additional scrutiny.
/pkg/api @droot @mortent @phanimarupaka @mengqiy
/pkg/api @droot @justinsb @mengqiy @martinmaly @mortent @natasha41575 @yuwenma

# These tests enforce the behavior for fn
kpt/e2e/testdata/fn-render @droot @phanimarupaka @mengqiy
kpt/e2e/testdata/fn-eval @droot @phanimarupaka @mengqiy
kpt/e2e/testdata/fn-render @droot @justinsb @mengqiy @martinmaly @mortent @natasha41575 @yuwenma
kpt/e2e/testdata/fn-eval @droot @justinsb @mengqiy @martinmaly @mortent @natasha41575 @yuwenma

0 comments on commit d81c260

Please sign in to comment.