Skip to content

Commit

Permalink
Remove connector ops team (#34867)
Browse files Browse the repository at this point in the history
Co-authored-by: Augustin <augustin@airbyte.io>
  • Loading branch information
evantahler and alafanechere committed Feb 6, 2024
1 parent be80bfc commit a00aae5
Show file tree
Hide file tree
Showing 6 changed files with 116 additions and 131 deletions.
6 changes: 3 additions & 3 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# CDK and Connector Acceptance Tests
/airbyte-cdk/python @airbytehq/connector-extensibility
/airbyte-integrations/connector-templates/ @airbytehq/connector-extensibility
/airbyte-integrations/bases/connector-acceptance-test/ @airbytehq/connector-operations @lazebnyi @oustynova
/airbyte-integrations/bases/connector-acceptance-test/ @airbytehq/connector-extensibility @lazebnyi @oustynova

# Protocol related items
/docs/understanding-airbyte/airbyte-protocol.md @airbytehq/protocol-reviewers
Expand Down Expand Up @@ -62,7 +62,7 @@ airbyte-cdk/java/airbyte-cdk/typing-deduping/ @airbytehq/destinations
/airbyte-integrations/connectors/destination-tidb/ @airbytehq/destinations

# Build customization file change
/airbyte-integrations/connectors/**/build_customization.py @airbytehq/connector-operations
/airbyte-integrations/connectors/**/build_customization.py @airbytehq/connector-extensibility

# airbyte-ci
/airbyte-ci @airbytehq/connector-operations
/airbyte-ci @airbytehq/connector-extensibility
48 changes: 0 additions & 48 deletions .github/workflows/publish-command.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
import yaml
from connector_ops import utils

BACKWARD_COMPATIBILITY_REVIEWERS = {"connector-operations", "connector-extensibility"}
TEST_STRICTNESS_LEVEL_REVIEWERS = {"connector-operations"}
BYPASS_REASON_REVIEWERS = {"connector-operations"}
BACKWARD_COMPATIBILITY_REVIEWERS = {"connector-extensibility"}
TEST_STRICTNESS_LEVEL_REVIEWERS = {"connector-extensibility"}
BYPASS_REASON_REVIEWERS = {"connector-extensibility"}
STRATEGIC_PYTHON_CONNECTOR_REVIEWERS = {"gl-python"}
BREAKING_CHANGE_REVIEWERS = {"breaking-change-reviewers"}
REVIEW_REQUIREMENTS_FILE_PATH = ".github/connector_org_review_requirements.yaml"
Expand Down
Loading

0 comments on commit a00aae5

Please sign in to comment.