From 4c76ff21b6552969c8b35c4d39a6707ff47e327e Mon Sep 17 00:00:00 2001 From: Rens Rooimans Date: Thu, 12 Oct 2023 17:54:47 +0200 Subject: [PATCH] update codeowners coverage (#10927) --- CODEOWNERS | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 0c7e4dc7e7b..8ec42ed6dd4 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -72,16 +72,24 @@ core/scripts/gateway @bolekk @pinebit # Contracts /contracts/ @se3000 @connorwstein @RensR -/contracts/**/*Keeper* @smartcontractkit/keepers -/contracts/**/*Upkeep* @smartcontractkit/keepers -/contracts/**/*Functions* @smartcontractkit/functions + +/contracts/srv/v0.8/automation @smartcontractkit/keepers +/contracts/**/*keeper* @smartcontractkit/keepers +/contracts/**/*upkeep* @smartcontractkit/keepers +/contracts/**/*automation* @smartcontractkit/keepers +/contracts/gas-snapshots/automation.gas-snapshot @smartcontractkit/keepers + /contracts/src/v0.8/functions @smartcontractkit/functions -/contracts/test/v0.8/functions @smartcontractkit/functions +/contracts/**/*functions* @smartcontractkit/functions +/contracts/gas-snapshots/functions.gas-snapshot @smartcontractkit/functions + /contracts/src/v0.8/llo-feeds @austinborn @Fletch153 +/contracts/gas-snapshots/llo-feeds.gas-snapshot @austinborn @Fletch153 + /contracts/src/v0.8/vrf @smartcontractkit/vrf-team -/contracts/src/v0.8/dev/vrf @smartcontractkit/vrf-team -/contracts/src/v0.8/dev/BlockhashStore.sol @smartcontractkit/vrf-team -/contracts/src/v0.8/dev/VRFConsumerBaseV2Upgradeable.sol @smartcontractkit/vrf-team +/contracts/**/*vrf* @smartcontractkit/vrf-team + +/contracts/src/v0.8/l2ep @simsonraj # Tests /integration-tests/ @smartcontractkit/test-tooling-team