From 428f44f90bae6418843d5bf10ed5bba73130821f Mon Sep 17 00:00:00 2001 From: Sergejs Kostjucenko Date: Thu, 3 Mar 2022 02:25:46 +0200 Subject: [PATCH] Add pr-custom-review config --- .github/pr-custom-review.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/pr-custom-review.yml diff --git a/.github/pr-custom-review.yml b/.github/pr-custom-review.yml new file mode 100644 index 0000000000000..615203c11c15b --- /dev/null +++ b/.github/pr-custom-review.yml @@ -0,0 +1,18 @@ +rules: + - name: Changed runtime files + condition: .*/runtime/.*lib.rs + check_type: changed_files + min_approvals: 2 + teams: + - substrateteamleads + + - name: Substrate developers + check_type: changed_files + condition: .* + any: + - min_approvals: 2 + teams: + - core-devs + - min_approvals: 1 + teams: + - substrateteamleads \ No newline at end of file