forked from draveness/istio
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move CODEOWNERS to .github folder (istio#2884)
* Codeowners file for GH * updates * updates * updates * fix team names * fixes * move to .github
- Loading branch information
Showing
2 changed files
with
47 additions
and
40 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
# This is a comment. | ||
# Each line is a file pattern followed by one or more owners. | ||
|
||
# These owners will be the default owners for everything in | ||
# the repo. Unless a later match takes precedence, | ||
# the global owners will be requested for | ||
# review when someone opens a pull request. | ||
* @istio/reviewers-global | ||
|
||
# Per component owners. Prefix folders with / so that the owners | ||
# will be requested for reviews for all subdirectories under that | ||
# folder in the root | ||
|
||
/release/ @istio/reviewers-istio-release | ||
/prow/ @istio/reviewers-istio-prow | ||
/bin/ @istio/reviewers-istio-bin | ||
/pilot/ @istio/reviewers-istio-pilot | ||
/security/ @istio/reviewers-istio-security | ||
/mixer/ @istio/reviewers-istio-mixer | ||
/galley/ @istio/reviewers-istio-galley | ||
/broker/ @istio/reviewers-istio-broker | ||
/samples/ @istio/reviewers-istio-samples | ||
/install/ @istio/reviewers-istio-install | ||
/docker/ @mandarjog ## Need to move this dir to something else. | ||
/tools/ @costinm ldemailly | ||
|
||
# This is intentional. These folders are collective responsibility of all | ||
# devs in istio team whose components (pilot/mixer/security/broker) share | ||
# code from pkg or use tests from tests/ including e2e tests. | ||
/pkg/ @istio/reviewers-istio-pilot \ | ||
@istio/reviewers-istio-security \ | ||
@istio/reviewers-istio-mixer \ | ||
@istio/reviewers-istio-galley \ | ||
@istio/reviewers-istio-broker | ||
|
||
/tests/ @istio/reviewers-istio-pilot \ | ||
@istio/reviewers-istio-security \ | ||
@istio/reviewers-istio-mixer \ | ||
@istio/reviewers-istio-galley \ | ||
@istio/reviewers-istio-broker | ||
|
||
|
||
# All makefile and build stuff including tests/istio.mk . This has to be | ||
# below /tests/ so that istio.mk becomes the latest match | ||
/Makefile @mattdelco @costinm | ||
*.mk @mattdelco @costinm | ||
/.circleci/ @istio/reviewers-istio-circleci |
This file was deleted.
Oops, something went wrong.