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
|
check_type: changed_files
|
||||||
condition:
|
condition:
|
||||||
include: .*
|
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/.*
|
exclude: ^parachains/runtimes/assets/(statemine|statemint)/src/[^/]+\.rs$|^\.gitlab-ci\.yml|^scripts/ci/.*|^\.github/.*
|
||||||
min_approvals: 2
|
min_approvals: 2
|
||||||
teams:
|
teams:
|
||||||
- core-devs
|
- core-devs
|
||||||
|
|
||||||
- name: CI team
|
- name: CI files
|
||||||
check_type: changed_files
|
check_type: changed_files
|
||||||
condition:
|
condition:
|
||||||
include: ^\.gitlab-ci\.yml|^scripts/ci/.*|^\.github/.*
|
include: ^\.gitlab-ci\.yml|^scripts/ci/.*|^\.github/.*
|
||||||
min_approvals: 2
|
min_approvals: 2
|
||||||
teams:
|
teams:
|
||||||
- ci
|
- ci
|
||||||
|
- release-engineering
|
||||||
|
|
||||||
prevent-review-request:
|
prevent-review-request:
|
||||||
teams:
|
teams:
|
||||||
|
|||||||
Reference in New Issue
Block a user