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

update approval rules (#11368)

parent fcfcb06c
No related branches found
No related tags found
No related merge requests found
......@@ -6,11 +6,22 @@ action-review-team: ci
rules:
- name: Core developers
check_type: changed_files
condition: .*
condition:
include: .*
# excluding files from 'CI team' rules
exclude: ^\.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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment