From a62bbbb15477bff967ed3c627689f2d208dcd681 Mon Sep 17 00:00:00 2001 From: Paras Prajapati <15036233+paraspraj@users.noreply.github.com> Date: Fri, 10 Mar 2023 16:43:40 -0500 Subject: [PATCH] change owner to ept pod (#177) --- .github/CODEOWNERS | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 702fe9e2..af0af133 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,20 +1,20 @@ # These owners will be the default owners for everything in # the repo, unless a later match takes precedence -* @hashicorp/cloud-experiences-tooling +* @hashicorp/experiences-platform # The Consul clients are owned by Consul -/clients/cloud-consul-service/ @hashicorp/cloud-experiences-tooling @hashicorp/consul-cloud-ui @hashicorp/consul-cloud +/clients/cloud-consul-service/ @hashicorp/consul-cloud-ui @hashicorp/consul-cloud # The Vault clients are owned by Vault -/clients/cloud-vault-service/ @hashicorp/cloud-experiences-tooling @hashicorp/vault-cloud-ui @hashicorp/vault-cloud +/clients/cloud-vault-service/ @hashicorp/vault-cloud-ui @hashicorp/vault-cloud # The Packer clients are owned by Packer -/clients/cloud-packer-service/ @hashicorp/cloud-experiences-tooling @hashicorp/packer-cloud-ui @hashicorp/cloud-packer +/clients/cloud-packer-service/ @hashicorp/packer-cloud-ui @hashicorp/cloud-packer # The Network and Resource Manager clients are owned by Controlplane -/clients/cloud-resource-manager/ @hashicorp/cloud-experiences-tooling @hashicorp/cloud-control-plane -/clients/cloud-network/ @hashicorp/cloud-experiences-tooling @hashicorp/cloud-control-plane +/clients/cloud-resource-manager/ @hashicorp/cloud-control-plane +/clients/cloud-network/ @hashicorp/cloud-control-plane # The Operation clients are owned by Dataplane -/clients/cloud-operation/ @hashicorp/cloud-dataplane @hashicorp/cloud-experiences-tooling +/clients/cloud-operation/ @hashicorp/cloud-dataplane