-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathCODEOWNERS
20 lines (17 loc) · 900 Bytes
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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
/observability-lib/ @Atrax1
/pkg/capabilities/ @smartcontractkit/keystone @smartcontractkit/capabilities-team
/pkg/codec/ @nolag
/pkg/loop/ @smartcontractkit/foundations
/pkg/monitoring/ @topliceanu @pedrovsg
/pkg/services/ @smartcontractkit/foundations
/pkg/sqlutil/ @smartcontractkit/foundations
/pkg/timeutil/ @smartcontractkit/foundations
/pkg/values/ @smartcontractkit/keystone @smartcontractkit/capabilities-team
/pkg/workflows/ @smartcontractkit/keystone
/pkg/beholder/ @smartcontractkit/realtime
/pkg/types/ccipocr3 @smartcontractkit/ccip-offchain
/pkg/types/ccip @smartcontractkit/ccip-offchain