From 78f25b9d9ed8147cbdb1f924fce5dc7c04b0eb0a Mon Sep 17 00:00:00 2001 From: aignas <240938+aignas@users.noreply.github.com> Date: Mon, 24 Jun 2024 17:30:35 +0900 Subject: [PATCH 1/2] chore: adjust CODEOWNERS 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. --- .github/CODEOWNERS | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index a75b5a91a3..0d0e7aceec 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -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 From 7ffa88f82efe56c8d03f35b87b799d1ade195d69 Mon Sep 17 00:00:00 2001 From: Ignas Anikevicius <240938+aignas@users.noreply.github.com> Date: Mon, 24 Jun 2024 17:38:33 +0900 Subject: [PATCH 2/2] fixup --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 0d0e7aceec..a7ca2b06c2 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,6 +1,6 @@ # NB: Last matching rule takes precedence in CODEOWNERS. -* @rickeylev, @aignas +* @rickeylev @aignas # Directory containing the Gazelle extension and Go code. /gazelle/ @f0rmiga