Skip to content

Commit 369994c

Browse files
authored
Update CODEOWNERS (#1337)
* Update CODEOWNERS * Update CODEOWNERS * Update CODEOWNERS * Update CODEOWNERS
1 parent e1967ad commit 369994c

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

.github/CODEOWNERS

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,28 @@
77
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#codeowners-syntax
88

99
# global ownership
10-
* @smartcontractkit/bix-build @smartcontractkit/bix-framework
10+
* @smartcontractkit/bix-build @smartcontractkit/bix-framework @smartcontractkit/data-growth
1111

1212
# offchain code ownership
1313
/pkg/solana @smartcontractkit/bix-framework @smartcontractkit/bix-build
1414

1515
# e2e test ownership
1616
/integration-tests @smartcontractkit/bix-build @smartcontractkit/bix-framework
1717

18+
# contracts
19+
/contracts @smartcontractkit/data-growth
20+
1821
# gauntlet ownership
19-
/gauntlet @smartcontractkit/bix-build
22+
/gauntlet @smartcontractkit/data-growth
2023

2124
# monitoring ownership
22-
/pkg/monitoring @smartcontractkit/realtime @smartcontractkit/bix-build
25+
/pkg/monitoring @smartcontractkit/realtime @smartcontractkit/data-growth
2326

2427
# LOOP Plugin commands
25-
/pkg/solana/cmd/chainlink-solana @smartcontractkit/foundations @smartcontractkit/bix-build
28+
/pkg/solana/cmd/chainlink-solana @smartcontractkit/foundations @smartcontractkit/data-growth @smartcontractkit/bix-build
2629

2730
# CI/CD
28-
/.github/** @smartcontractkit/bix-build
31+
/.github/** @smartcontractkit/data-growth @smartcontractkit/bix-build
32+
33+
# SDK for feeds
34+
/ts @smartcontractkit/data-growth

0 commit comments

Comments
 (0)