-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Expand file tree
/
Copy pathCODEOWNERS
More file actions
24 lines (18 loc) · 863 Bytes
/
CODEOWNERS
File metadata and controls
24 lines (18 loc) · 863 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Zama codeowners rules
# All pull request should be reviewed by at least one of the members of fhevm-devs
* @zama-ai/fhevm-devs
# Production Dockerfiles should be reviewed by members of fhevm-devops
**/Dockerfile @zama-ai/fhevm-devops
# Test tooling Dockerfiles can be reviewed by members of fhevm-devs
coprocessor/fhevm-engine/stress-test-generator/Dockerfile @zama-ai/fhevm-devs
test-suite/gateway-stress/Dockerfile @zama-ai/fhevm-devs
# Gateway Team ownership
/gateway-contracts/ @zama-ai/fhevm-gateway
/host-contracts/ @zama-ai/fhevm-gateway
/library-solidity/ @zama-ai/fhevm-gateway
/kms-connector/ @zama-ai/mpc-devs @dartdart26
# Coprocessor Team ownership
/coprocessor/ @zama-ai/fhevm-coprocessor
# Enforces changes in Sandboxed AI CI/CD
.github/squid/sandbox-*.conf @zama-ai/security-team
.github/workflows/claude-*.yml @zama-ai/security-team