mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-11 21:11:07 +00:00
update approval rules (#11368)
This commit is contained in:
committed by
GitHub
parent
fcfcb06ce6
commit
849300d173
+12
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user