From 25ea8a83b77bc78c7c0b0e3859db4e3a753a4a27 Mon Sep 17 00:00:00 2001 From: Michael Sproul Date: Mon, 30 Jun 2025 20:47:52 +1000 Subject: [PATCH] Add Michael as codeowner for store crate (#7667) I'm adding myself as a codeowner for the `store` crate so that I can more easily keep track of database-related PRs. --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index a8919337a9..cdec442276 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1,3 @@ /beacon_node/network/ @jxs /beacon_node/lighthouse_network/ @jxs +/beacon_node/store/ @michaelsproul