From 95c413a5328320c65bbd9e371ae4ab2edd1e3908 Mon Sep 17 00:00:00 2001 From: Gerard Casas Saez Date: Wed, 5 Oct 2022 14:16:40 -0600 Subject: [PATCH] clean up of CODEOWNERS (#188) --- CODEOWNERS | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index d12ae8e4..db1d4560 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,18 +1,21 @@ # Global owners for SIG TFX-Addons * @rcrowe-google @theadactyl -# Core team for reviews of project proposals and main distribution files +# SIG operations: proposals and contributions guidelines /proposals/ @rcrowe-google -/tfx_addons/__init__.py @casassg @hanneshapke @junbopark @marcromeyn @michalbrys @pselden @rclough -/tfx_addons/version.py @casassg @hanneshapke @junbopark @marcromeyn @michalbrys @pselden @rclough -/setup.py @casassg @hanneshapke @junbopark @marcromeyn @michalbrys @pselden @rclough -/pyproject.toml @casassg @hanneshapke @junbopark @marcromeyn @michalbrys @pselden @rclough +/CONTRIBUTING.md @rcrowe-google @casassg @hanneshapke +# PyPi distribution files +/tfx_addons/__init__.py @casassg @hanneshapke +/tfx_addons/version.py @casassg @hanneshapke +/setup.py @casassg @hanneshapke +/pyproject.toml @casassg @hanneshapke +/README.md @casassg @hanneshapke -# CI configuration (for now owned by @casassg) -/.github/workflows/*.yml @casassg @vulkomilev -/.github/ci @casassg @vulkomilev - +# CI/CD configuration (Release team) +/.github/workflows/ @casassg @hanneshapke +/.github/ci @casassg @hanneshapke +/RELEASE.md @casassg @hanneshapke # Sci-Kit Learn Example using the Penguins dataset /examples/sklearn_penguins/ @TheMichaelHu @1025KB @@ -45,6 +48,7 @@ # Message Exit Handler /tfx_addons/message_exit_handler @hanneshapke +/tfx_addons/utils @hanneshapke # PandasTransform Component /tfx_addons/pandas_transform @rcrowe-google