From 6438675d93930f95d43baf74d4fcb279054f547d Mon Sep 17 00:00:00 2001 From: "Sherif A. Nada" Date: Thu, 22 Dec 2022 10:51:30 -0800 Subject: [PATCH 1/3] Make connector ops CODEOWNERS of oauth code --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 4516f1b59cceba..daaf2fefe49aac 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -13,6 +13,9 @@ /airbyte-integrations/bases/source-acceptance-tests/ @airbytehq/connector-extensibility /airbyte-integrations/connector-templates/ @airbytehq/connector-extensibility +# Oauth +/airbyte-oauth/ @airbytehq/connector-ops + # Protocol related items /airbyte-protocol/ @airbytehq/protocol-reviewers /docs/understanding-airbyte/airbyte-protocol.md @airbytehq/protocol-reviewers From 4c5c63ef571f03075fa142be5c0fb09427ea7f0c Mon Sep 17 00:00:00 2001 From: "Sherif A. Nada" Date: Thu, 22 Dec 2022 10:53:42 -0800 Subject: [PATCH 2/3] Update CODEOWNERS --- .github/CODEOWNERS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index daaf2fefe49aac..3f4417e254c7f4 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -14,7 +14,9 @@ /airbyte-integrations/connector-templates/ @airbytehq/connector-extensibility # Oauth -/airbyte-oauth/ @airbytehq/connector-ops +/airbyte-oauth/ @airbytehq/connector-operations +/airbyte-server/src/main/java/io/airbyte/server/handlers/OAuthHandler.java @airbytehq/connector-operations +airbyte-server/src/test/java/io/airbyte/server/handlers/OAuthHandlerTest.java @airbytehq/connector-operations # Protocol related items /airbyte-protocol/ @airbytehq/protocol-reviewers From 71896421e89ec236a3f7b8f447cd74fca1abe427 Mon Sep 17 00:00:00 2001 From: "Sherif A. Nada" Date: Thu, 22 Dec 2022 11:37:17 -0800 Subject: [PATCH 3/3] Update .github/CODEOWNERS Co-authored-by: Pedro S. Lopez --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 3f4417e254c7f4..3730a631c7d1ea 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -16,7 +16,7 @@ # Oauth /airbyte-oauth/ @airbytehq/connector-operations /airbyte-server/src/main/java/io/airbyte/server/handlers/OAuthHandler.java @airbytehq/connector-operations -airbyte-server/src/test/java/io/airbyte/server/handlers/OAuthHandlerTest.java @airbytehq/connector-operations +/airbyte-server/src/test/java/io/airbyte/server/handlers/OAuthHandlerTest.java @airbytehq/connector-operations # Protocol related items /airbyte-protocol/ @airbytehq/protocol-reviewers