-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathCODEOWNERS
More file actions
20 lines (17 loc) · 1.03 KB
/
CODEOWNERS
File metadata and controls
20 lines (17 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 2024-12-04 - The codeowners file is correct
* @smartcontractkit/ccip-offchain @smartcontractkit/ccip-onchain
# EVM contracts
/chains/evm @smartcontractkit/ccip-onchain
.github/workflows/**solidity** @smartcontractkit/ccip-onchain
/integration-tests @smartcontractkit/ccip-onchain
/ccv/chains/evm @smartcontractkit/ccip-onchain
# solana development ownership
/chains/solana @smartcontractkit/ccip-onchain-solana
.github/workflows/solana.yml @smartcontractkit/ccip-onchain-solana
.github/workflows/solana-verified-build.yml @smartcontractkit/ccip-onchain-solana
.github/workflows/idl-compatibility-check.yml @smartcontractkit/ccip-onchain-solana
# Deployment tooling
/deployment @smartcontractkit/ccip-tooling @smartcontractkit/ccip-onchain @smartcontractkit/ccip-offchain
/devenv @smartcontractkit/ccip-tooling @smartcontractkit/ccip-onchain @smartcontractkit/ccip-offchain
/chains/evm/deployment @smartcontractkit/ccip-tooling @smartcontractkit/ccip-onchain
/chains/solana/deployment @smartcontractkit/ccip-tooling @smartcontractkit/ccip-onchain-solana