mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 16:21:02 +00:00
add release-engineering to CI files' reviewers (#1413)
This commit is contained in:
committed by
GitHub
parent
d99ab3f82a
commit
2a4ff63067
Vendored
+3
-2
@@ -19,19 +19,20 @@ rules:
|
||||
check_type: changed_files
|
||||
condition:
|
||||
include: .*
|
||||
# excluding files from 'Runtime files' and 'CI team' rules
|
||||
# excluding files from 'Runtime files' and 'CI files' rules
|
||||
exclude: ^parachains/runtimes/assets/(statemine|statemint)/src/[^/]+\.rs$|^\.gitlab-ci\.yml|^scripts/ci/.*|^\.github/.*
|
||||
min_approvals: 2
|
||||
teams:
|
||||
- core-devs
|
||||
|
||||
- name: CI team
|
||||
- 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:
|
||||
|
||||
Reference in New Issue
Block a user