mirror of https://github.com/langgenius/dify.git
chore: Add codeowner for web test, vdb and docker (#29948)
This commit is contained in:
parent
4320503209
commit
57b51603f5
|
|
@ -124,9 +124,15 @@ api/controllers/web/feature.py @GarfieldDai @GareArc
|
||||||
# Backend - Database Migrations
|
# Backend - Database Migrations
|
||||||
api/migrations/ @snakevash @laipz8200 @MRZHUH
|
api/migrations/ @snakevash @laipz8200 @MRZHUH
|
||||||
|
|
||||||
|
# Backend - Vector DB Middleware
|
||||||
|
api/configs/middleware/vdb/* @JohnJyong
|
||||||
|
|
||||||
# Frontend
|
# Frontend
|
||||||
web/ @iamjoel
|
web/ @iamjoel
|
||||||
|
|
||||||
|
# Frontend - Web Tests
|
||||||
|
.github/workflows/web-tests.yml @iamjoel
|
||||||
|
|
||||||
# Frontend - App - Orchestration
|
# Frontend - App - Orchestration
|
||||||
web/app/components/workflow/ @iamjoel @zxhlyh
|
web/app/components/workflow/ @iamjoel @zxhlyh
|
||||||
web/app/components/workflow-app/ @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/signin/ @douxc @iamjoel
|
||||||
web/app/signup/ @douxc @iamjoel
|
web/app/signup/ @douxc @iamjoel
|
||||||
web/app/reset-password/ @douxc @iamjoel
|
web/app/reset-password/ @douxc @iamjoel
|
||||||
|
|
||||||
web/app/install/ @douxc @iamjoel
|
web/app/install/ @douxc @iamjoel
|
||||||
web/app/init/ @douxc @iamjoel
|
web/app/init/ @douxc @iamjoel
|
||||||
web/app/forgot-password/ @douxc @iamjoel
|
web/app/forgot-password/ @douxc @iamjoel
|
||||||
|
|
@ -238,3 +245,6 @@ web/app/education-apply/ @iamjoel @zxhlyh
|
||||||
|
|
||||||
# Frontend - Workspace
|
# Frontend - Workspace
|
||||||
web/app/components/header/account-dropdown/workplace-selector/ @iamjoel @zxhlyh
|
web/app/components/header/account-dropdown/workplace-selector/ @iamjoel @zxhlyh
|
||||||
|
|
||||||
|
# Docker
|
||||||
|
docker/* @laipz8200
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue