mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-19 21:41:02 +00:00
40 lines
1013 B
YAML
40 lines
1013 B
YAML
# 🔒 PROTECTED: Changes to locks-review-team should be approved by the current locks-review-team
|
|
locks-review-team: locks-review
|
|
team-leads-team: polkadot-review
|
|
action-review-team: ci
|
|
|
|
rules:
|
|
- name: Runtime files
|
|
check_type: changed_files
|
|
condition: ^runtime/(kusama|polkadot)/src/[^/]+\.rs$
|
|
all_distinct:
|
|
- min_approvals: 1
|
|
teams:
|
|
- locks-review
|
|
- min_approvals: 1
|
|
teams:
|
|
- polkadot-review
|
|
|
|
- name: Core developers
|
|
check_type: changed_files
|
|
condition:
|
|
include: .*
|
|
# 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 files
|
|
check_type: changed_files
|
|
condition:
|
|
include: ^\.gitlab-ci\.yml|^scripts/ci/.*|^\.github/.*
|
|
min_approvals: 2
|
|
teams:
|
|
- ci
|
|
- release-engineering
|
|
|
|
prevent-review-request:
|
|
teams:
|
|
- core-devs
|