mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 13:27:57 +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
|
||||
condition:
|
||||
include: .*
|
||||
# excluding files from 'CI team' rules
|
||||
exclude: ^\.gitlab-ci\.yml|^scripts/ci/.*|^\.github/.*|^\.config/nextest.toml
|
||||
# excluding files from 'CI team' and 'FRAME coders' rules
|
||||
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
|
||||
teams:
|
||||
- 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
|
||||
check_type: changed_files
|
||||
condition:
|
||||
|
||||
Reference in New Issue
Block a user