aboutsummaryrefslogtreecommitdiffstats
path: root/build/conf/ts
diff options
context:
space:
mode:
authormiripiruni <miripiruni@yandex-team.com>2024-06-07 19:46:24 +0300
committermiripiruni <miripiruni@yandex-team.com>2024-06-07 19:55:50 +0300
commitbdea52cbbd0a543dc38a1a96787634f85264f6a6 (patch)
tree2fba428b98c38e8d9f07a8d58a890aa4be6c1ce4 /build/conf/ts
parent5e57921eed849a3760ad5dea163d9fe6f5acdf71 (diff)
downloadydb-bdea52cbbd0a543dc38a1a96787634f85264f6a6.tar.gz
chore: code review rule changed
2c5b22b7f3ecd508f083da93e9c9cea18a09e316
Diffstat (limited to 'build/conf/ts')
-rw-r--r--build/conf/ts/a.yaml13
1 files changed, 11 insertions, 2 deletions
diff --git a/build/conf/ts/a.yaml b/build/conf/ts/a.yaml
index 2c043ce16a..c1c719d33b 100644
--- a/build/conf/ts/a.yaml
+++ b/build/conf/ts/a.yaml
@@ -4,9 +4,18 @@ title: Frontend build platform build/conf/ts
arcanum:
review:
auto_assign: true
+ # Хотим из двух шипов от разных команд только один
+ min_approvers_count: 1
+ groups:
+ - name: fbp_team
+ roles: frontend_build_platform:developer
+ - name: ya_make_team
+ roles: ya_make:developer
rules:
- reviewers:
- name: developer
- # мы хотим автоматом назначать всю команду
+ - name: fbp_team
assign: 3
ship: 1
+ - name: ya_make_team
+ assign: 1
+ ship: 1