Skip to content

Commit

Permalink
remove guild as codeowner
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop committed Oct 5, 2023
1 parent c6ff3ab commit cb72a83
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
Expand Down

0 comments on commit cb72a83

Please sign in to comment.