Skip to content
Snippets Groups Projects
Commit 53a1db59 authored by Sergejs Kostjucenko's avatar Sergejs Kostjucenko Committed by GitHub
Browse files

[ci] update approval rules (#5467)


* update approval rules

* change approval count

* Apply suggestions from code review

Co-authored-by: default avatarJoão Paulo Silva de Souza <77391175+joao-paulo-parity@users.noreply.github.com>

Co-authored-by: default avatarJoão Paulo Silva de Souza <77391175+joao-paulo-parity@users.noreply.github.com>
parent d9f6c206
No related merge requests found
......@@ -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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment