From c9e155c78096d889c178ec7217b55d0dfb0576ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Fran=C3=A7a?= Date: Wed, 18 Oct 2023 18:01:48 +0100 Subject: [PATCH] Added CODEOWNERS. --- .github/CODEOWNERS | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..cffd80d3 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,9 @@ +CODEOWNERS @brunoffranca + +/node/actors/consensus/ @brunoffranca +/node/actors/executor/ @brunoffranca @pompon0 +/node/actors/network/ @pompon0 +/node/actors/sync_blocks/ @slowli + +/node/libs/concurrency/ @pompon0 +/node/libs/crypto/ @brunoffranca \ No newline at end of file