-
Notifications
You must be signed in to change notification settings - Fork 44
/
CODEOWNERS
Validating CODEOWNERS rules...
25 lines (18 loc) · 1.03 KB
/
CODEOWNERS
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
# 12/26 - @njegosrailic: I reviewed the codeowners file and confirmed all the teams are appropriate.
# 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/bix-build
# e2e test ownership
/integration-tests @smartcontractkit/qa @smartcontractkit/bix-build
# gauntlet ownership
/gauntlet @smartcontractkit/devx @smartcontractkit/bix-build
# monitoring ownership
/pkg/monitoring @smartcontractkit/realtime
# LOOP Plugin commands
/pkg/solana/cmd/chainlink-solana @smartcontractkit/foundations @smartcontractkit/bix-build
# CI/CD
/.github/** @smartcontractkit/releng @smartcontractkit/bix-build