From 75be6d53a5019b166cb55264169ae50c2d6e07f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Fran=C3=A7a?= Date: Thu, 19 Oct 2023 22:31:09 +0100 Subject: [PATCH] Added CODEOWNERS (#9) --- .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