-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathCODEOWNERS
More file actions
13 lines (11 loc) · 841 Bytes
/
CODEOWNERS
File metadata and controls
13 lines (11 loc) · 841 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
# CODEOWNERS Best Practices
# 1. Per Github docs: "Order is important; the last matching pattern takes the most precedence."
# Please define less specific codeowner paths before more specific codeowner paths in order for the more specific rule to have priority
# 2. Per Github docs:
# "create a new file called CODEOWNERS in the .github/, root, or docs/ directory of the repository...
# ...GitHub will search for them in that order and use the first one it finds."
# Please put the CODEOWNERS file in .github
* @smartcontractkit/keystone @smartcontractkit/frontend-team
#CRE Privacy
/packages/cre-sdk/src/generated/capabilities/networking/confidentialhttp @smartcontractkit/privacy @smartcontractkit/keystone
/packages/cre-sdk/src/generated-sdk/capabilities/networking/confidentialhttp @smartcontractkit/privacy @smartcontractkit/keystone