-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathCODEOWNERS
More file actions
26 lines (20 loc) · 894 Bytes
/
CODEOWNERS
File metadata and controls
26 lines (20 loc) · 894 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
25
26
# 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
#
# The following doc explains the CODEOWNERS file syntax:
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#codeowners-syntax
# global ownership
* @smartcontractkit/ccip-ton
# off-chain code ownership
/pkg @smartcontractkit/ccip-ton
# LOOP Plugin commands ownership
/pkg/cmd/chainlink-ton @smartcontractkit/ccip-ton
# e2e test ownership
/integration-tests @smartcontractkit/ccip-ton
# on-chain code ownership
/contracts @smartcontractkit/ccip-ton
# CI/CD
/.github/** @smartcontractkit/ccip-ton
# TODO: migrate to @smartcontractkit/releng