From 54d6c081e6a3374b876e0ff36e8aba030daf6d77 Mon Sep 17 00:00:00 2001 From: cgardens Date: Tue, 14 Jun 2022 17:51:04 -0700 Subject: [PATCH 1/2] add evan, jonathan, charles to protocol codeowners --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 723b0b0268027..d24c172e9f70d 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -4,3 +4,4 @@ ## Exclude the package(-lock).json from code ownership to prevent version bump PRs from triggering codeowners review /airbyte-webapp/package.json /airbyte-webapp/package-lock.json +/airbyte-protocol/ @cgardens @evantahler @jdpgrailsdev From 739c8112fcdc2ccf5e4286571f4006ea032be43d Mon Sep 17 00:00:00 2001 From: cgardens Date: Thu, 16 Jun 2022 07:55:32 -0700 Subject: [PATCH 2/2] use protocol reviewers alias --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index d24c172e9f70d..8c1999ad039b9 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -4,4 +4,4 @@ ## Exclude the package(-lock).json from code ownership to prevent version bump PRs from triggering codeowners review /airbyte-webapp/package.json /airbyte-webapp/package-lock.json -/airbyte-protocol/ @cgardens @evantahler @jdpgrailsdev +/airbyte-protocol/ @airbytehq/protocol-reviewers