Skip to content

Commit

Permalink
chore: adjust CODEOWNERS (#2008)
Browse files Browse the repository at this point in the history
Add @aignas to all code and @groodt to `pypi`. Remove @f0rmiga from
toolchains as the main maintainers have sufficient knowledge about them.

Gazelle plugin ownership should be better, but we can solve it in a
subsequent PR.
  • Loading branch information
aignas authored Jun 24, 2024
1 parent ea49937 commit 1a225f4
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
# NB: Last matching rule takes precedence in CODEOWNERS.

* @rickeylev
* @rickeylev @aignas

# 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

# PyPI integration related code
/python/private/pypi/ @aignas
/tests/pypi/ @aignas
/python/private/pypi/ @groodt
/tests/pypi/ @groodt

0 comments on commit 1a225f4

Please sign in to comment.