From abf5d6a93d634f5d849d789dba23b3b2734f8e1a Mon Sep 17 00:00:00 2001 From: Ryan Hall Date: Mon, 17 Jun 2024 12:00:52 -0400 Subject: [PATCH] make gas profile directory ownerless (#1029) ## Motivation code ownership on gas profile dir is too restrictive ## Solution --- CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index e44c5f8a6d..e1cec956ed 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -139,6 +139,9 @@ flake.lock @smartcontractkit/prodsec-public /core/ @smartcontractkit/ccip /contracts/ @smartcontractkit/ccip-onchain @makramkd @elatoskinas @RayXpub +# leave snapshots as ownerless +/contracts/gas-snapshots/ + # CCIP LM /core/services/ocr2/plugins/liquiditymanager/ @smartcontractkit/liquidity-manager /core/services/relay/evm/liquidity_manager.go @smartcontractkit/liquidity-manager