From 92ea9be9b8d48a17c6a3edd9539b566c92cbda1a Mon Sep 17 00:00:00 2001 From: Ignas Anikevicius <240938+aignas@users.noreply.github.com> Date: Tue, 19 Nov 2024 16:39:11 +0900 Subject: [PATCH] chore: add dougthor42 as one of the gazelle owners Related #2231 @Geethree, @ewianda, let me know if you would also like to start reviewing PRs for `gazelle`. If you would otherwise like to do adhoc PR reviews, feel free to chime in whenever you like. --- .github/CODEOWNERS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 6a8a48fb16..4df29bacdf 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -3,9 +3,9 @@ * @rickeylev @aignas # Directory containing the Gazelle extension and Go code. -/gazelle/ @f0rmiga -/examples/build_file_generation/ @f0rmiga +/gazelle/ @dougthor42 @aignas +/examples/build_file_generation/ @dougthor42 @aignas # PyPI integration related code -/python/private/pypi/ @aignas @groodt -/tests/pypi/ @aignas @groodt +/python/private/pypi/ @rickeylev @aignas @groodt +/tests/pypi/ @rickeylev @aignas @groodt