mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 21:17:56 +00:00
28 lines
658 B
YAML
28 lines
658 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: Core developers
|
|
check_type: changed_files
|
|
condition:
|
|
include: .*
|
|
# excluding files from 'CI team' rules
|
|
exclude: ^\.gitlab-ci\.yml|^scripts/ci/.*|^\.github/.*
|
|
min_approvals: 2
|
|
teams:
|
|
- core-devs
|
|
|
|
- name: CI team
|
|
check_type: changed_files
|
|
condition:
|
|
include: ^\.gitlab-ci\.yml|^scripts/ci/.*|^\.github/.*
|
|
min_approvals: 2
|
|
teams:
|
|
- ci
|
|
|
|
prevent-review-request:
|
|
teams:
|
|
- core-devs
|