From 228d654b37ef25127ecb436631383a1d98107576 Mon Sep 17 00:00:00 2001 From: Jason McInerney Date: Fri, 13 Oct 2023 14:00:30 -0700 Subject: [PATCH] Add @jasonmci (me) as a codeowner * only added to the same directories as the test tooling team --- CODEOWNERS | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 6d5293b72d..33b1a350f5 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -78,16 +78,16 @@ contracts/test/v0.8/functions @smartcontractkit/functions /contracts/src/v0.8/llo-feeds @austinborn @Fletch153 # Tests -/integration-tests/**/*ccip* @smartcontractkit/test-tooling-team +/integration-tests/**/*ccip* @smartcontractkit/test-tooling-team @jasonmci /integration-tests/**/*keeper* @smartcontractkit/keepers /integration-tests/**/*automation* @smartcontractkit/keepers # CI/CD /.github/** @chainchad @javuto @jkongie @jmank88 @samsondav -/.github/workflows/integration-tests.yml @smartcontractkit/test-tooling-team -/.github/workflows/integration-chaos-tests.yml @smartcontractkit/test-tooling-team -/.github/workflows/integration-tests-publish.yml @smartcontractkit/test-tooling-team -/.github/workflows/performance-tests.yml @smartcontractkit/test-tooling-team +/.github/workflows/integration-tests.yml @smartcontractkit/test-tooling-team @jasonmci +/.github/workflows/integration-chaos-tests.yml @smartcontractkit/test-tooling-team @jasonmci +/.github/workflows/integration-tests-publish.yml @smartcontractkit/test-tooling-team @jasonmci +/.github/workflows/performance-tests.yml @smartcontractkit/test-tooling-team @jasonmci /core/chainlink.Dockerfile @smartcontractkit/prodsec-public