mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-19 01:51:02 +00:00
18 lines
384 B
YAML
18 lines
384 B
YAML
rules:
|
|
- name: Changed runtime files
|
|
condition: .*/runtime/.*lib.rs
|
|
check_type: changed_files
|
|
min_approvals: 2
|
|
teams:
|
|
- substrateteamleads
|
|
|
|
- name: Substrate developers
|
|
check_type: changed_files
|
|
condition: .*
|
|
any:
|
|
- min_approvals: 2
|
|
teams:
|
|
- core-devs
|
|
- min_approvals: 1
|
|
teams:
|
|
- substrateteamleads |