From 57b51603f5864a857828b19c87f4947c5417a4b1 Mon Sep 17 00:00:00 2001 From: -LAN- Date: Sat, 20 Dec 2025 17:13:23 +0800 Subject: [PATCH] chore: Add codeowner for web test, vdb and docker (#29948) --- .github/CODEOWNERS | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 06a60308c2..4bc4f085c2 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -124,9 +124,15 @@ api/controllers/web/feature.py @GarfieldDai @GareArc # Backend - Database Migrations api/migrations/ @snakevash @laipz8200 @MRZHUH +# Backend - Vector DB Middleware +api/configs/middleware/vdb/* @JohnJyong + # Frontend web/ @iamjoel +# Frontend - Web Tests +.github/workflows/web-tests.yml @iamjoel + # Frontend - App - Orchestration web/app/components/workflow/ @iamjoel @zxhlyh web/app/components/workflow-app/ @iamjoel @zxhlyh @@ -198,6 +204,7 @@ web/app/components/plugins/marketplace/ @iamjoel @Yessenia-d web/app/signin/ @douxc @iamjoel web/app/signup/ @douxc @iamjoel web/app/reset-password/ @douxc @iamjoel + web/app/install/ @douxc @iamjoel web/app/init/ @douxc @iamjoel web/app/forgot-password/ @douxc @iamjoel @@ -238,3 +245,6 @@ web/app/education-apply/ @iamjoel @zxhlyh # Frontend - Workspace web/app/components/header/account-dropdown/workplace-selector/ @iamjoel @zxhlyh + +# Docker +docker/* @laipz8200