1
0
mirror of synced 2025-12-19 10:00:34 -05:00

add more files to codeowners (#66970)

This commit is contained in:
Edward Gao
2025-09-30 16:52:46 -07:00
committed by GitHub
parent d173bacae6
commit 1d79b52a43

6
.github/CODEOWNERS vendored
View File

@@ -38,10 +38,14 @@
/airbyte-integrations/connectors/source-*/**/*.java @airbytehq/dbsources
/airbyte-integrations/connectors/source-*/**/*.kt @airbytehq/dbsources
/airbyte-integrations/connectors/source-*/**/*.gradle @airbytehq/dbsources
/airbyte-integrations/connectors/source-*/**/*.gradle.kts @airbytehq/dbsources
/airbyte-integrations/connectors/source-*/**/gradle.properties @airbytehq/dbsources
/airbyte-integrations/connectors-performance/source-harness/ @airbytehq/dbsources
/airbyte-integrations/connectors/destination-*/**/*.java @airbytehq/move-destinations
/airbyte-integrations/connectors/destination-*/**/*.kt @airbytehq/move-destinations
/airbyte-integrations/connectors/destination-*/**/*.gradle @airbytehq/move-destinations
/airbyte-integrations/connectors/destination-*/**/*.gradle.kts @airbytehq/move-destinations
/airbyte-integrations/connectors/destination-*/**/gradle.properties @airbytehq/move-destinations
/airbyte-integrations/connectors-performance/destination-harness/ @airbytehq/dbsources
# Java-based certified or incubating source connectors
@@ -67,6 +71,6 @@
# Breaking changes detection
# This rule ensures that breaking changes to connectors (identified by a required
# update in the connnector's migration file) are reviewed by the
# update in the connnector's migration file) are reviewed by the
# `breaking-changes-reviewers` team to manage and help message breaking changes.
docs/integrations/**/*-migrations.md @airbytehq/breaking-change-reviewers