|
1 |
| -# Each line is a file pattern followed by one or more owners. |
2 |
| - |
3 |
| -# Order is important; the last matching pattern takes the most precedence. |
4 |
| - |
5 |
| -# When someone opens a pull request that only modifies files in directory, only |
6 |
| -# component owners and not the global owner(s) will be requested for a review. |
7 |
| - |
8 |
| -# Syntax: https://help.github.com/articles/about-codeowners/ |
9 |
| - |
10 |
| -# Use individual usernames instead of teams (like @bazelbuild/android) for |
11 |
| -# auto-assignment to work, unless everyone in the team has write permissions to the repository. |
12 |
| -# See https://github.community/t5/How-to-use-Git-and-GitHub/CODEOWNERS-works-with-users-but-not-teams/td-p/4986 |
13 |
| - |
14 |
| -# Component owners |
15 |
| -# ---------------- |
16 |
| - |
17 |
| -# Android |
18 |
| - |
19 |
| -# android/ directory anywhere in the repository |
20 |
| -android/ @ahumesky |
21 |
| - |
22 |
| -/src/tools/android/java/com/google/devtools/build/android/desugar/ @ahumesky @kevin1e100 |
23 |
| - |
24 |
| -/src/test/java/com/google/devtools/build/android/desugar/ @ahumesky @kevin1e100 |
25 |
| - |
26 |
| -/src/tools/android/java/com/google/devtools/build/android/dexer/ @ahumesky @kevin1e100 |
27 |
| - |
28 |
| -/src/test/java/com/google/devtools/build/android/dexer/ @ahumesky @kevin1e100 |
29 |
| - |
30 |
| -# Apple |
31 |
| - |
32 |
| -/src/test/shell/bazel/apple/ @allevato @davidgoldman @dmaclach @kelvinchan-google @reinhillman @thomasvl |
33 |
| - |
34 |
| -# Documentation |
35 |
| - |
36 |
| -/site @aiuto @gregestren @jin @floriographygoth |
37 |
| - |
38 |
| -# C++ |
39 |
| - |
40 |
| -/src/tools/cpp @oquenchil |
41 |
| - |
42 |
| -/src/test/shell/bazel/cpp @oquenchil |
43 |
| - |
44 |
| -/src/test/java/com/google/devtools/build/lib/rules/cpp/ @oquenchil |
45 |
| - |
46 |
| -/src/main/java/com/google/devtools/build/lib/rules/cpp/ @oquenchil |
47 |
| - |
48 |
| -# Java |
49 |
| - |
50 |
| -/src/java_tools/buildjar/ @bazelbuild/java-team |
51 |
| - |
52 |
| -/src/main/java/com/google/devtools/build/lib/ideinfo/ @bazelbuild/intellij |
53 |
| - |
54 |
| -/src/tools/singlejar/ @asmundak |
55 |
| - |
56 |
| -# Execution and I/O related code |
57 |
| - |
58 |
| -/src/main/java/com/google/devtools/build/lib/rules/ @lberki |
59 |
| - |
60 |
| -# Starlark |
61 |
| - |
62 |
| -/src/main/java/net/starlark/java/ @brandjon @tetromino |
63 |
| - |
64 |
| -/tools/coverage/ @lberki |
65 |
| -/tools/test/collect_coverage.sh @lberki |
66 |
| -/tools/test/collect_cc_coverage.sh @lberki |
67 |
| -/tools/test/CoverageOutputGenerator/ @lberki |
68 |
| - |
69 |
| -# Remote Execution |
70 |
| - |
71 |
| -/src/main/java/com/google/devtools/build/lib/remote @bazelbuild/remote-execution |
72 |
| -/src/test/java/com/google/devtools/build/lib/remote @bazelbuild/remote-execution |
73 |
| -/src/test/py/bazel/remote @bazelbuild/remote-execution |
74 |
| -/src/test/shell/bazel/remote @bazelbuild/remote-execution |
75 |
| -/src/tools/remote @bazelbuild/remote-execution |
76 |
| -/third_party/remoteapis/build/bazel/remote @bazelbuild/remote-execution |
| 1 | +/ @Wyverald |
0 commit comments