From 98c46becc2870bbb58c89b722e213c0271152622 Mon Sep 17 00:00:00 2001 From: Pablo Estrada <139084212+ecPablo@users.noreply.github.com> Date: Thu, 5 Dec 2024 07:15:44 -0600 Subject: [PATCH] chore: add deployment automation team as code owner of the deployment/ module (#15522) --- .github/CODEOWNERS | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 210709443be..ef1c0f98913 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -139,8 +139,7 @@ core/scripts/gateway @smartcontractkit/dev-services /integration-tests/**/*ccip* @smartcontractkit/ccip-offchain @smartcontractkit/core # Deployment tooling -# Initially the common structures owned by CCIP -/deployment @smartcontractkit/ccip @smartcontractkit/keystone @smartcontractkit/core +/deployment @smartcontractkit/ccip @smartcontractkit/keystone @smartcontractkit/core @smartcontractkit/deployment-automation /deployment/ccip @smartcontractkit/ccip @smartcontractkit/core /deployment/keystone @smartcontractkit/keystone @smartcontractkit/core # TODO: As more products add their deployment logic here, add the team as an owner