From 86942d54daf8b18f2429f8fc685ed02dab40bf77 Mon Sep 17 00:00:00 2001 From: muharem Date: Fri, 31 Mar 2023 18:04:46 +0200 Subject: [PATCH] PR review rules, include all rs files except weights --- .github/pr-custom-review.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/pr-custom-review.yml b/.github/pr-custom-review.yml index 739f2c82957e..bb715c4adf44 100644 --- a/.github/pr-custom-review.yml +++ b/.github/pr-custom-review.yml @@ -6,7 +6,9 @@ action-review-team: ci rules: - name: Runtime files check_type: changed_files - condition: ^runtime/(kusama|polkadot)/src/[^/]+\.rs$ + condition: + include: ^runtime\/(kusama|polkadot)\/src\/.+\.rs$ + exclude: ^runtime\/(kusama|polkadot)\/src\/weights\/.+\.rs$ all_distinct: - min_approvals: 1 teams: