From 691678dc1f2d62b76305b7d6d32ef8b5b32803ae Mon Sep 17 00:00:00 2001 From: Pablo Date: Fri, 6 Dec 2024 15:25:13 -0600 Subject: [PATCH 1/3] chore: update code owners for deployment automation to own subdirs too --- .github/CODEOWNERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index ef1c0f98913..b5a8c170aaf 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -139,7 +139,8 @@ core/scripts/gateway @smartcontractkit/dev-services /integration-tests/**/*ccip* @smartcontractkit/ccip-offchain @smartcontractkit/core # Deployment tooling -/deployment @smartcontractkit/ccip @smartcontractkit/keystone @smartcontractkit/core @smartcontractkit/deployment-automation +/deployment/** @smartcontractkit/core @smartcontractkit/deployment-automation +/deployment @smartcontractkit/ccip @smartcontractkit/keystone @smartcontractkit/core /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 From f07fdc14887a2aa13ae359d7e537b5f38eca85a1 Mon Sep 17 00:00:00 2001 From: Pablo Date: Fri, 6 Dec 2024 15:26:11 -0600 Subject: [PATCH 2/3] fix: remove disabled user --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index b5a8c170aaf..2cd736c64c1 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -13,7 +13,7 @@ # Services /core/services/directrequest @smartcontractkit/foundations -/core/services/feeds @smartcontractkit/deployment-automation @eutopian @yevshev @smartcontractkit/core +/core/services/feeds @smartcontractkit/deployment-automation @eutopian @smartcontractkit/core /core/services/synchronization/telem @smartcontractkit/realtime @smartcontractkit/core /core/capabilities/ @smartcontractkit/keystone @smartcontractkit/capabilities-team /core/capabilities/ccip @smartcontractkit/ccip-offchain From 01a1ac0b0c44ce3196228207708803d22ab5a711 Mon Sep 17 00:00:00 2001 From: Pablo Date: Fri, 6 Dec 2024 21:13:08 -0600 Subject: [PATCH 3/3] fix: specify per product to follow github's hierarchy system --- .github/CODEOWNERS | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 2cd736c64c1..04e8519b5c7 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -139,10 +139,9 @@ core/scripts/gateway @smartcontractkit/dev-services /integration-tests/**/*ccip* @smartcontractkit/ccip-offchain @smartcontractkit/core # Deployment tooling -/deployment/** @smartcontractkit/core @smartcontractkit/deployment-automation -/deployment @smartcontractkit/ccip @smartcontractkit/keystone @smartcontractkit/core -/deployment/ccip @smartcontractkit/ccip @smartcontractkit/core -/deployment/keystone @smartcontractkit/keystone @smartcontractkit/core +/deployment @smartcontractkit/ccip @smartcontractkit/keystone @smartcontractkit/core @smartcontractkit/deployment-automation +/deployment/ccip @smartcontractkit/ccip @smartcontractkit/core @smartcontractkit/deployment-automation +/deployment/keystone @smartcontractkit/keystone @smartcontractkit/core @smartcontractkit/deployment-automation # TODO: As more products add their deployment logic here, add the team as an owner # CI/CD