We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56c3a73 commit c596e6eCopy full SHA for c596e6e
.github/CODEOWNERS
@@ -13,6 +13,11 @@
13
/airbyte-integrations/bases/source-acceptance-tests/ @airbytehq/connector-extensibility
14
/airbyte-integrations/connector-templates/ @airbytehq/connector-extensibility
15
16
+# Oauth
17
+/airbyte-oauth/ @airbytehq/connector-operations
18
+/airbyte-server/src/main/java/io/airbyte/server/handlers/OAuthHandler.java @airbytehq/connector-operations
19
+/airbyte-server/src/test/java/io/airbyte/server/handlers/OAuthHandlerTest.java @airbytehq/connector-operations
20
+
21
# Protocol related items
22
/airbyte-protocol/ @airbytehq/protocol-reviewers
23
/docs/understanding-airbyte/airbyte-protocol.md @airbytehq/protocol-reviewers
0 commit comments