mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-28 07:27:55 +00:00
committed by
GitHub
parent
5051c2d920
commit
8ca70797aa
Vendored
+10
-1
@@ -19,11 +19,20 @@ rules:
|
||||
check_type: changed_files
|
||||
condition:
|
||||
include: .*
|
||||
exclude: ^polkadot-parachains/(statemine|statemint)/src/[^/]+\.rs$
|
||||
# excluding files from 'Runtime files' and 'CI team' rules
|
||||
exclude: ^polkadot-parachains/(statemine|statemint)/src/[^/]+\.rs$|^\.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
|
||||
|
||||
Reference in New Issue
Block a user