Skip to content

Commit cb803ca

Browse files
authored
Merge pull request #49 from Pangjiping/feat/codeowner
chore: update code owners
2 parents e0f67e3 + b93d166 commit cb803ca

1 file changed

Lines changed: 6 additions & 10 deletions

File tree

.github/CODEOWNERS

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,18 @@
11
# CODEOWNERS for OpenSandbox
22
# Rules are evaluated top-to-bottom; the last matching pattern wins.
33

4+
# Default owners (fallback for files not matched by specific rules)
5+
* @jwx0925 @hittyt @hellomypastor @Pangjiping @ninan-nn
6+
47
# Control plane (server)
5-
/server/ @Pangjiping @ninan-nn @jwx0925
8+
/server/ @Pangjiping @ninan-nn @jwx0925 @Generalwin
69

710
# Runtime agent (execd) and sandbox images
811
/components/execd/ @Pangjiping @hittyt
912
/sandboxes/ @Pangjiping @ninan-nn @jwx0925 @hittyt @hellomypastor
1013

1114
# SDKs
12-
/sdks/sandbox/python/ @ninan-nn @jwx0925 @hittyt
13-
/sdks/sandbox/kotlin/ @ninan-nn @jwx0925 @hittyt
14-
/sdks/code-interpreter/python/ @ninan-nn @jwx0925
15-
/sdks/code-interpreter/kotlin/ @ninan-nn @jwx0925
15+
/sdks/ @ninan-nn @jwx0925 @hittyt @hellomypastor
1616

1717
# Specs and docs
18-
/specs/ @jwx0925 @hittyt
19-
/docs/ @jwx0925 @hittyt @hellomypastor @Pangjiping @ninan-nn
20-
21-
# Default owners (fallback)
22-
* @jwx0925 @hittyt @hellomypastor @Pangjiping @ninan-nn
18+
/specs/ @jwx0925 @hittyt @ninan-nn

0 commit comments

Comments
 (0)