From 93c2eac9efea4da57cdcc8b6b8c69fb78cccc23a Mon Sep 17 00:00:00 2001 From: Michael Sproul Date: Mon, 30 Jun 2025 14:56:24 +1000 Subject: [PATCH] Add Michael as codeowner for store crate --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index a8919337a93..cdec4422761 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1,3 @@ /beacon_node/network/ @jxs /beacon_node/lighthouse_network/ @jxs +/beacon_node/store/ @michaelsproul