Skip to content

Commit

Permalink
Prepare 5.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Wyverald committed Apr 5, 2022
1 parent 815d9e4 commit 1fbb69e
Showing 1 changed file with 1 addition and 76 deletions.
77 changes: 1 addition & 76 deletions CODEOWNERS
Validating CODEOWNERS rules …
@@ -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.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

0 comments on commit 1fbb69e

Please sign in to comment.