From 6cf017ec85ff9c9220218a9f57fbad6eac1d436d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Paulo=20Silva=20de=20Souza?= <77391175+joao-paulo-parity@users.noreply.github.com> Date: Mon, 27 Jun 2022 09:00:52 -0300 Subject: [PATCH] add release-engineering to CI files' reviewers (#5733) --- polkadot/.github/pr-custom-review.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/polkadot/.github/pr-custom-review.yml b/polkadot/.github/pr-custom-review.yml index 01ccd7f34d..243b743410 100644 --- a/polkadot/.github/pr-custom-review.yml +++ b/polkadot/.github/pr-custom-review.yml @@ -19,19 +19,20 @@ rules: check_type: changed_files condition: include: .* - # excluding files from 'Runtime files' and 'CI team' rules + # excluding files from 'Runtime files' and 'CI files' rules exclude: ^runtime/(kusama|polkadot)/src/[^/]+\.rs$|^\.gitlab-ci\.yml|^scripts/ci/.*|^\.github/.* min_approvals: 2 teams: - core-devs - - name: CI team + - name: CI files check_type: changed_files condition: include: ^\.gitlab-ci\.yml|^scripts/ci/.*|^\.github/.* min_approvals: 2 teams: - ci + - release-engineering prevent-review-request: teams: