mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 17:31:05 +00:00
Add review rules regarding the owned files (#14122)
* Add FRAME Coders PR rule * change regexp rule from `beef` to `beefy` * exclude pallet-aura from frame coders rule --------- Co-authored-by: parity-processbot <>
This commit is contained in:
+14
-2
@@ -8,12 +8,24 @@ rules:
|
|||||||
check_type: changed_files
|
check_type: changed_files
|
||||||
condition:
|
condition:
|
||||||
include: .*
|
include: .*
|
||||||
# excluding files from 'CI team' rules
|
# excluding files from 'CI team' and 'FRAME coders' rules
|
||||||
exclude: ^\.gitlab-ci\.yml|^scripts/ci/.*|^\.github/.*|^\.config/nextest.toml
|
exclude: ^\.gitlab-ci\.yml|^scripts/ci/.*|^\.github/.*|^\.config/nextest.toml|^frame/(?!.*(nfts/.*|uniques/.*|babe/.*|grandpa/.*|beefy|merkle-mountain-range/.*|contracts/.*|election|nomination-pools/.*|staking/.*|aura/.*))
|
||||||
min_approvals: 2
|
min_approvals: 2
|
||||||
teams:
|
teams:
|
||||||
- core-devs
|
- core-devs
|
||||||
|
|
||||||
|
- name: FRAME coders
|
||||||
|
check_type: changed_files
|
||||||
|
condition:
|
||||||
|
include: ^frame/(?!.*(nfts/.*|uniques/.*|babe/.*|grandpa/.*|beefy|merkle-mountain-range/.*|contracts/.*|election|nomination-pools/.*|staking/.*|aura/.*))
|
||||||
|
all:
|
||||||
|
- min_approvals: 2
|
||||||
|
teams:
|
||||||
|
- core-devs
|
||||||
|
- min_approvals: 1
|
||||||
|
teams:
|
||||||
|
- frame-coders
|
||||||
|
|
||||||
- name: CI team
|
- name: CI team
|
||||||
check_type: changed_files
|
check_type: changed_files
|
||||||
condition:
|
condition:
|
||||||
|
|||||||
Reference in New Issue
Block a user