From 22635452e362f5bd46acd04300e4a2f5c0b46952 Mon Sep 17 00:00:00 2001 From: Feist Josselin Date: Mon, 9 Jan 2023 14:23:04 +0100 Subject: [PATCH 1/2] Update CODEOWNERS --- CODEOWNERS | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index e76e5a2bb..41954591d 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,4 +1,5 @@ -* @montyly @0xalpharush @smonicas -/slither/tools/read_storage @0xalpharush -/slither/slithir/ @montyly -/slither/analyses/ @montyly +* @montyly @0xalpharush @smonicas +/slither/tools/read_storage/ @0xalpharush +/slither/tools/doctor/ @elopez +/slither/slithir/ @montyly +/slither/analyses/ @montyly From c5299d6bc8808b67605f78039e8e795a2cd506dd Mon Sep 17 00:00:00 2001 From: Feist Josselin Date: Mon, 9 Jan 2023 14:30:13 +0100 Subject: [PATCH 2/2] Update CODEOWNERS --- CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/CODEOWNERS b/CODEOWNERS index 41954591d..c92f0d79d 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -3,3 +3,4 @@ /slither/tools/doctor/ @elopez /slither/slithir/ @montyly /slither/analyses/ @montyly +/.github/workflows/ @elopez