From aca13e642e850835b728bf88c4cbd86d7c85d4b4 Mon Sep 17 00:00:00 2001 From: CPerezz Date: Thu, 7 Apr 2022 13:45:17 +0200 Subject: [PATCH] Add Scroll reviewers team as codeowners Adds `scroll-tech/zkevm-reviewers` to CODEOWNERS file to be requested for reviews of: - zkevm-circuits crate - bus-mapping crate This is a follow-up PR of #429 --- CODEOWNERS | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 1e80b5b368..9e123f4e29 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,4 +1,12 @@ -* @appliedzkp/zkevm-reviewers +# Any PR done to the repo is always assigned to a member of @appliedzkp/zkevm-reviewers group +# which delegates the review to one of it's members. +* @appliedzkp/zkevm-reviewers -zkevm-circuits/src/state_circuit/ @miha-stopar -zkevm-circuits/src/state_circuit.rs @miha-stopar \ No newline at end of file +# State circuit PRs imply always an extra review from @miha-stopar. +zkevm-circuits/src/state_circuit/* @miha-stopar +zkevm-circuits/src/state_circuit.rs @miha-stopar + +# PRs done to `zkevm-circuits` or `bus-mapping` will require an extra review +# from @scroll-tech/zkevm-reviewers. +zkevm-circuits/* @scroll-tech/zkevm-reviewers +bus-mapping/* @scroll-tech/zkevm-reviewers