From 14d116dfe047258caa177d69f3b80d8c749ce14f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Fran=C3=A7a?= Date: Thu, 16 Nov 2023 15:09:52 +0000 Subject: [PATCH] Update code owners. --- .github/CODEOWNERS | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index cffd80d3..b77c7568 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,9 +1,12 @@ CODEOWNERS @brunoffranca -/node/actors/consensus/ @brunoffranca -/node/actors/executor/ @brunoffranca @pompon0 +/node/actors/consensus/ @brunoffranca @moshababo +/node/actors/executor/ @brunoffranca @pompon0 @slowli /node/actors/network/ @pompon0 /node/actors/sync_blocks/ @slowli /node/libs/concurrency/ @pompon0 -/node/libs/crypto/ @brunoffranca \ No newline at end of file +/node/libs/crypto/ @brunoffranca +/node/libs/protobuf/ @pompon0 +/node/libs/protobuf_build/ @pompon0 +/node/libs/storage/ @slowli \ No newline at end of file