mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-15 19:41:05 +00:00
41 lines
1.1 KiB
YAML
41 lines
1.1 KiB
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|^(?!.*\.dic$|.*spellcheck\.toml$)scripts/ci/.*|^\.github/.*
|
|
min_approvals: 2
|
|
teams:
|
|
- core-devs
|
|
|
|
- name: CI files
|
|
check_type: changed_files
|
|
condition:
|
|
# dictionary files are excluded
|
|
include: ^\.gitlab-ci\.yml|^(?!.*\.dic$|.*spellcheck\.toml$)scripts/ci/.*|^\.github/.*
|
|
min_approvals: 2
|
|
teams:
|
|
- ci
|
|
- release-engineering
|
|
|
|
prevent-review-request:
|
|
teams:
|
|
- core-devs
|