From 7db362698df9819b13878843ac87646052ca6149 Mon Sep 17 00:00:00 2001 From: Alexander Samusev <41779041+alvicsam@users.noreply.github.com> Date: Tue, 16 May 2023 15:54:08 +0200 Subject: [PATCH] Fix indent for pr-custom-review config (#14161) --- substrate/.github/pr-custom-review.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/substrate/.github/pr-custom-review.yml b/substrate/.github/pr-custom-review.yml index c10fb6df28..059f4a283a 100644 --- a/substrate/.github/pr-custom-review.yml +++ b/substrate/.github/pr-custom-review.yml @@ -20,11 +20,11 @@ rules: include: ^frame/(?!.*(nfts/.*|uniques/.*|babe/.*|grandpa/.*|beefy|merkle-mountain-range/.*|contracts/.*|election|nomination-pools/.*|staking/.*|aura/.*)) all: - min_approvals: 2 - teams: - - core-devs + teams: + - core-devs - min_approvals: 1 - teams: - - frame-coders + teams: + - frame-coders - name: CI team check_type: changed_files