aboutsummaryrefslogtreecommitdiff
path: root/.github/CODEOWNERS
diff options
context:
space:
mode:
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r--.github/CODEOWNERS15
1 files changed, 15 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
new file mode 100644
index 0000000..3449bcf
--- /dev/null
+++ b/.github/CODEOWNERS
@@ -0,0 +1,15 @@
+# NB: Last matching rule takes precedence in CODEOWNERS.
+
+* @rickeylev
+
+# Directory containing the Gazelle extension and Go code.
+/gazelle/ @f0rmiga
+/examples/build_file_generation/ @f0rmiga
+
+# Toolchains
+/python/repositories.bzl @f0rmiga
+/python/private/toolchains_repo.bzl @f0rmiga
+/python/tests/toolchains/ @f0rmiga
+
+# pip_parse related code
+/python/pip_install/ @hrfuller