mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-01 11:17:56 +00:00
[ci] update approval rules (#5467)
* update approval rules * change approval count * Apply suggestions from code review Co-authored-by: João Paulo Silva de Souza <77391175+joao-paulo-parity@users.noreply.github.com> Co-authored-by: João Paulo Silva de Souza <77391175+joao-paulo-parity@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
d9f6c206a9
commit
53a1db59bc
+10
-1
@@ -19,11 +19,20 @@ rules:
|
||||
check_type: changed_files
|
||||
condition:
|
||||
include: .*
|
||||
exclude: ^runtime/(kusama|polkadot)/src/[^/]+\.rs$
|
||||
# excluding files from 'Runtime files' and 'CI team' rules
|
||||
exclude: ^runtime/(kusama|polkadot)/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