aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzaverden <zaverden@yandex-team.com>2024-05-31 09:39:14 +0300
committerzaverden <zaverden@yandex-team.com>2024-05-31 09:51:38 +0300
commita15e977fbc55604860f9e0ca1ae46a2b74f2ce96 (patch)
tree5e1ff158b98ae0a972167193cf395b5c1c41d638
parent4101e7424933575d4cabc28b38d58b7e0a696a90 (diff)
downloadydb-a15e977fbc55604860f9e0ca1ae46a2b74f2ce96.tar.gz
chore: set review rules for FBP owned code
59b13027ba48c5397d5826853170e119ebb97ca2
-rw-r--r--build/conf/ts/a.yaml12
-rw-r--r--build/plugins/lib/nots/a.yaml12
2 files changed, 23 insertions, 1 deletions
diff --git a/build/conf/ts/a.yaml b/build/conf/ts/a.yaml
new file mode 100644
index 0000000000..2c043ce16a
--- /dev/null
+++ b/build/conf/ts/a.yaml
@@ -0,0 +1,12 @@
+service: frontend_build_platform
+title: Frontend build platform build/conf/ts
+
+arcanum:
+ review:
+ auto_assign: true
+ rules:
+ - reviewers:
+ name: developer
+ # мы хотим автоматом назначать всю команду
+ assign: 3
+ ship: 1
diff --git a/build/plugins/lib/nots/a.yaml b/build/plugins/lib/nots/a.yaml
index fefc8876d8..71c2f18ba8 100644
--- a/build/plugins/lib/nots/a.yaml
+++ b/build/plugins/lib/nots/a.yaml
@@ -1,2 +1,12 @@
service: frontend_build_platform
-title: Frontend build platform lib/nots
+title: Frontend build platform build/plugins/lib/nots
+
+arcanum:
+ review:
+ auto_assign: true
+ rules:
+ - reviewers:
+ name: developer
+ # мы хотим автоматом назначать всю команду
+ assign: 3
+ ship: 1