From cb72a8304dbbfd9c1eeea01863ca17cdad149f2e Mon Sep 17 00:00:00 2001 From: Emily Rockman Date: Thu, 5 Oct 2023 08:09:09 -0500 Subject: [PATCH] remove guild as codeowner --- .github/CODEOWNERS | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 01da3492720..935053cd93d 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -13,23 +13,6 @@ # the core team as a whole will be assigned * @dbt-labs/core-team -### OSS Tooling Guild - -/.github/ @dbt-labs/guild-oss-tooling -.bumpversion.cfg @dbt-labs/guild-oss-tooling - -.changie.yaml @dbt-labs/guild-oss-tooling - -pre-commit-config.yaml @dbt-labs/guild-oss-tooling -pytest.ini @dbt-labs/guild-oss-tooling -tox.ini @dbt-labs/guild-oss-tooling - -pyproject.toml @dbt-labs/guild-oss-tooling -requirements.txt @dbt-labs/guild-oss-tooling -dev_requirements.txt @dbt-labs/guild-oss-tooling -/core/setup.py @dbt-labs/guild-oss-tooling -/core/MANIFEST.in @dbt-labs/guild-oss-tooling - ### ADAPTERS # Adapter interface ("base" + "sql" adapter defaults, cache) @@ -40,7 +23,7 @@ dev_requirements.txt @dbt-labs/guild-oss-tooling # Postgres plugin /plugins/ @dbt-labs/core-adapters -/plugins/postgres/setup.py @dbt-labs/core-adapters @dbt-labs/guild-oss-tooling +/plugins/postgres/setup.py @dbt-labs/core-adapters # Functional tests for adapter plugins /tests/adapter @dbt-labs/core-adapters