1 parent 6d9080f commit f8945f4Copy full SHA for f8945f4
1 file changed
.github/CODEOWNERS
@@ -1,21 +1,6 @@
1
# NB: Last matching rule takes precedence in CODEOWNERS.
2
3
-# Fall-through to community maintainers.
4
-* @thundergolfer
5
-
6
-# Core Python rules belong to the Bazel team.
7
-/python/ @brandjon @lberki
8
-# But not everything under python/ is the core Python rules.
9
-/python/pip.bzl @thundergolfer
10
-/python/requirements.txt @thundergolfer
+* @rickeylev
11
12
# Directory containing the Gazelle extension and Go code.
13
/gazelle/ @f0rmiga
14
15
-# The proposals dir corresponds to the Bazel proposals process, documented
16
-# here: https://bazel.build/designs/index.html
17
-/proposals/ @brandjon @lberki
18
19
-# Certain repo metadata files should stay as-is, particularly these.
20
-/LICENSE @brandjon @lberki
21
-/CONTRIBUTING.md @brandjon @lberki
0 commit comments