mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 14:01:02 +00:00
create .github/pr-custom-review.yml (#1142)
syntax in accordance to https://github.com/paritytech/pr-custom-review/tree/5814820aa0e5d35412f31dc02f9d130a8b138cae#configuration-syntax rules in accordance to https://github.com/paritytech/pr-custom-review/blob/da1d81b9fd39705cc8b37f59235283801c818708/rules.md
This commit is contained in:
committed by
GitHub
parent
6b7b4a011d
commit
95544bab2d
Vendored
+29
@@ -0,0 +1,29 @@
|
|||||||
|
# 🔒 PROTECTED: Changes to locks-review-team should be approved by the current locks-review-team
|
||||||
|
locks-review-team: cumulus-locks-review
|
||||||
|
team-leads-team: polkadot-review
|
||||||
|
action-review-team: ci
|
||||||
|
|
||||||
|
rules:
|
||||||
|
- name: Runtime files
|
||||||
|
check_type: changed_files
|
||||||
|
condition: ^polkadot-parachains/(statemine|statemint)/src/[^/]+\.rs$
|
||||||
|
all_distinct:
|
||||||
|
- min_approvals: 1
|
||||||
|
teams:
|
||||||
|
- cumulus-locks-review
|
||||||
|
- min_approvals: 1
|
||||||
|
teams:
|
||||||
|
- polkadot-review
|
||||||
|
|
||||||
|
- name: Core developers
|
||||||
|
check_type: changed_files
|
||||||
|
condition:
|
||||||
|
include: .*
|
||||||
|
exclude: ^polkadot-parachains/(statemine|statemint)/src/[^/]+\.rs$
|
||||||
|
min_approvals: 2
|
||||||
|
teams:
|
||||||
|
- core-devs
|
||||||
|
|
||||||
|
prevent_review_request:
|
||||||
|
teams:
|
||||||
|
- core-devs
|
||||||
Reference in New Issue
Block a user