-
Notifications
You must be signed in to change notification settings - Fork 612
Expand file tree
/
Copy pathCODEOWNERS
More file actions
40 lines (39 loc) · 1.98 KB
/
CODEOWNERS
File metadata and controls
40 lines (39 loc) · 1.98 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# CODEOWNERS for vLLM Semantic Router
#
# Code ownership in this project is managed through per-directory OWNER files.
# Each OWNER file lists the GitHub handles responsible for reviewing changes
# in that directory. The owner-notification.yml workflow walks up the changed
# path and uses the nearest OWNER file to automatically assign reviewers on
# pull requests.
#
# This file serves as an index to those OWNER files.
#
# Root owners (fallback reviewers for any unmatched path):
# ./OWNER — Website maintainers
#
# Per-directory OWNER files:
# ./bench/OWNER — Benchmarks & performance
# ./candle-binding/OWNER — Rust/Candle ML binding
# ./config/OWNER — Configuration
# ./dashboard/OWNER — Dashboard UI
# ./deploy/OWNER — Deployment (Helm, K8s, operator)
# ./docs/OWNER — Top-level agent related docs
# ./e2e/OWNER — Integration tests
# ./ml-binding/OWNER — Rust/ML binding
# ./nlp-binding/OWNER — Rust/NLP binding
# ./onnx-binding/OWNER — Rust/ONNX binding
# ./paper/OWNER — Research papers
# ./perf/OWNER — Performance tooling
# ./scripts/OWNER — Shared scripts
# ./src/OWNER — Core source code
# ./src/fleet-sim/OWNER — Fleet simulator
# ./src/semantic-router/OWNER — Router runtime
# ./src/training/OWNER — Training stack
# ./src/vllm-sr/OWNER — Python CLI
# ./tools/OWNER — Build tooling & Makefiles
# ./website/OWNER — Website & Docusaurus
#
# To view ownership for a specific directory, read the OWNER file in that path.
# GitHub Docs: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# Default — root-level owners as fallback
* @rootfs @Xunzhuo