-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathCODEOWNERS
More file actions
24 lines (19 loc) · 1.23 KB
/
CODEOWNERS
File metadata and controls
24 lines (19 loc) · 1.23 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
# 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
* @smartcontractkit/foundations
/keystore @smartcontractkit/prodsec-public @smartcontractkit/foundations
/pkg/beholder/ @smartcontractkit/data-tooling
/pkg/capabilities/v2/chain-capabilities @smartcontractkit/keystone @smartcontractkit/capabilities-team @smartcontractkit/bix-framework
/pkg/chains/evm @smartcontractkit/bix-framework
/pkg/chipingress/ @smartcontractkit/data-tooling
/pkg/codec/ @smartcontractkit/bix-framework @smartcontractkit/foundations
/pkg/loop/cmd/loopinstall @smartcontractkit/devex-cicd
/pkg/loop/internal/relayer @smartcontractkit/bix-framework @smartcontractkit/foundations
/pkg/loop/internal/relayerset @smartcontractkit/bix-framework @smartcontractkit/foundations
/pkg/types/ @smartcontractkit/foundations
/pkg/types/ccip @smartcontractkit/ccip-offchain
/pkg/types/ccipocr3 @smartcontractkit/ccip-offchain
/pkg/values/ @smartcontractkit/keystone @smartcontractkit/capabilities-team
/pkg/workflows/ @smartcontractkit/keystone
/pkg/storage/ @smartcontractkit/dev-services