-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathCODEOWNERS
More file actions
51 lines (41 loc) · 3.51 KB
/
Copy pathCODEOWNERS
File metadata and controls
51 lines (41 loc) · 3.51 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
41
42
43
44
45
46
47
48
49
50
51
# ──────────────────────────────────────────────────────────────
# CODEOWNERS — auto-assign reviewers based on changed paths
#
# Docs: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
#
# Rules:
# - Later rules override earlier ones (last match wins)
# - Owners can be @username, @org/team-name, or email
# - To enforce, enable "Require review from Code Owners"
# in Settings → Branches → Branch protection rules
# - A single owner per module is fine. The global fallback owners above act
# as backup; when the sole owner authors a PR, they merge via bypass.
# ──────────────────────────────────────────────────────────────
# ── Global fallback ──────────────────────────────────────────
* @xforce-io @sh00tg0a1
# ── ISF replacement ─────────────────────────────────────────
bkn-safe/** @sh00tg0a1
# ── ADP (Application Delivery Platform) ─────────────────────
adp/bkn/** @kenlee1988 @Flynn-Zh @Yana-tao
adp/context-loader/** @criller
adp/execution-factory/** @criller
adp/vega/** @kenlee1988 @Flynn-Zh @LuckyCaptain-go
adp/docs/** @kenlee1988 @Flynn-Zh @LuckyCaptain-go @Yana-tao
# ── Decision Agent ───────────────────────────────────────────
decision-agent/** @guodawn
# ── Infrastructure ───────────────────────────────────────────
infra/mf-model-api/** @jiankang-kw
infra/mf-model-manager/** @jiankang-kw
infra/oss-gateway-backend/** @jiankang-kw
infra/sandbox/** @guodawn
# ── BKN Trace (Observability) ────────────────────────────────
bkn-trace/** @guodawn
# ── Deployment ───────────────────────────────────────────────
deploy/** @sh00tg0a1 @tangkelu
# ── Docs ───────────────────────────────────────────
help/** @FennyXCHF @sh00tg0a1 @xforce-io
# ── CI / CD / GitHub config ─────────────────────────────────
.github/** @xforce-io @sh00tg0a1 @FennyXCHF
rules/** @sh00tg0a1 @xforce-io @FennyXCHF
# ── Release notes ────────────────────────────────────────────
release-notes/** @sh00tg0a1 @xforce-io @FennyXCHF