8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d734c8 commit fc05103Copy full SHA for fc05103
.github/CODEOWNERS
@@ -1,13 +1,13 @@
1
# NB: Last matching rule takes precedence in CODEOWNERS.
2
3
# Fall-through to community maintainers.
4
-* @thundergolfer @andyscott
+* @thundergolfer
5
6
# 6A02 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 @andyscott
10
-/python/requirements.txt @thundergolfer @andyscott
+/python/pip.bzl @thundergolfer
+/python/requirements.txt @thundergolfer
11
12
# Directory containing the Gazelle extension and Go code.
13
/gazelle/ @f0rmiga
0 commit comments