From 6bdee1b32671810d4a0798876c7a37dcb3832799 Mon Sep 17 00:00:00 2001 From: frank zhu Date: Tue, 30 Apr 2024 09:08:33 -0700 Subject: [PATCH] update CODEOWNERS for .github path (#782) This updates the CODEOWNERS for .github path. Currently it's not routing to `releng-team` at all due to the catch all at the end. --- CODEOWNERS | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 33c9536ddc..50d518c8fb 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -102,7 +102,7 @@ core/scripts/gateway @smartcontractkit/functions /integration-tests/**/*automation* @smartcontractkit/keepers # CI/CD -/.github/** @smartcontractkit/releng @jkongie @jmank88 @samsondav +/.github/** @smartcontractkit/releng @smartcontractkit/test-tooling-team @jasonmci /.github/workflows/integration-tests.yml @smartcontractkit/test-tooling-team @jasonmci /.github/workflows/**-tests.yml @smartcontractkit/test-tooling-team @jasonmci /.github/workflows/integration-chaos-tests.yml @smartcontractkit/test-tooling-team @jasonmci @@ -144,7 +144,6 @@ flake.lock @smartcontractkit/prodsec-public /core/ @smartcontractkit/ccip /contracts/ @rensr @matyang @makramkd /core/services/ocr2/plugins/rebalancer @rensr @dimkouv @makramkd -/.github/ @rensr @connorwstein @smartcontractkit/test-tooling-team @jasonmci # CCIP ARM /contracts/src/v0.8/ccip/ARM.sol @gtklocker @kaleofduty