-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathCODEOWNERS
More file actions
48 lines (42 loc) · 3.04 KB
/
Copy pathCODEOWNERS
File metadata and controls
48 lines (42 loc) · 3.04 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
# kars Code Owners
# Each line is a file pattern followed by one or more owners.
#
# Owners are listed in order; the LAST matching pattern wins (per
# GitHub CODEOWNERS semantics). Only direct push-permission users
# are listed here — every owner shown below has been verified as a
# repo collaborator with at least `push` or `maintain` role.
#
# When the OSS-release team alias (e.g. @Azure/kars-team) is
# created by the org admins, replace the individual handles below
# with the team alias (or keep both — individuals act as a safety
# net while team membership is settling).
# ── Default fallback ───────────────────────────────────────────────
* @pallakatos @lachie83 @johnsonshi
# ── Core platform ──────────────────────────────────────────────────
/controller/ @pallakatos @lachie83 @johnsonshi
/inference-router/ @pallakatos @lachie83 @johnsonshi
/a2a-gateway/ @pallakatos @lachie83 @johnsonshi
/kars-a2a-core/ @pallakatos @lachie83 @johnsonshi
# ── CLI + plugins ──────────────────────────────────────────────────
/cli/ @pallakatos @lachie83 @johnsonshi
/cli/profiles/ @pallakatos @lachie83 @johnsonshi
/mesh-plugin/ @pallakatos @lachie83 @johnsonshi
/runtimes/ @pallakatos @lachie83 @johnsonshi
# ── Deploy / images / CI ───────────────────────────────────────────
/deploy/ @pallakatos @lachie83 @johnsonshi
/sandbox-images/ @pallakatos @lachie83 @johnsonshi
/.github/ @pallakatos @lachie83 @johnsonshi
/ci/ @pallakatos @lachie83 @johnsonshi
# ── Security-sensitive surfaces (extra review) ─────────────────────
/SECURITY.md @pallakatos @lachie83 @johnsonshi
/TRADEMARKS.md @pallakatos @lachie83 @johnsonshi
/LICENSE @pallakatos @lachie83 @johnsonshi
/THIRD_PARTY_NOTICES.txt @pallakatos @lachie83 @johnsonshi
/docs/security.md @pallakatos @lachie83 @johnsonshi
/docs/security/ @pallakatos @lachie83 @johnsonshi
/deploy/helm/kars/files/kars-strict.json @pallakatos @lachie83 @johnsonshi
/deploy/helm/kars/templates/admission-*.yaml @pallakatos @lachie83 @johnsonshi
# ── Docs ───────────────────────────────────────────────────────────
/docs/ @pallakatos @lachie83 @johnsonshi
/README.md @pallakatos @lachie83 @johnsonshi
/CHANGELOG.md @pallakatos @lachie83 @johnsonshi