Skip to content

Commit 50316b5

Browse files
chore: add maintainers as codeowners to all files (#3335)
* chore: add maintainers as codeowners to all files Signed-off-by: PavelSBorisov <[email protected]> * chore: remove redundant entries from CODEOWNERS file Signed-off-by: PavelSBorisov <[email protected]> * fix: fix multiple codeowners entries Co-authored-by: Roger Barker <[email protected]> Signed-off-by: Pavel Borisov <[email protected]> --------- Signed-off-by: PavelSBorisov <[email protected]> Signed-off-by: Pavel Borisov <[email protected]> Co-authored-by: Roger Barker <[email protected]>
1 parent 90bfacd commit 50316b5

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/CODEOWNERS

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22
##### Global Protection Rule ######
33
###################################
44
# NOTE: This rule is overriden by the more specific rules below. This is the catch-all rule for all files not covered by the more specific rules below
5-
* @hashgraph/hedera-smart-contracts-product
5+
* @hashgraph/hedera-smart-contracts @hashgraph/hedera-smart-contracts-product
66

77
#########################
88
##### Hedera Relay ######
99
#########################
10-
/packages/relay/ @AlfredoG87 @ebadiere @lukelee-sl @hashgraph/hedera-smart-contracts-product
11-
/packages/server/ @AlfredoG87 @ebadiere @Nana-EC @hashgraph/hedera-smart-contracts-product
12-
/packages/ws-server/ @AlfredoG87 @ebadiere @georgi-l95 @Ivo-Yankov @hashgraph/hedera-smart-contracts-product
10+
/packages/relay/ @hashgraph/hedera-smart-contracts @hashgraph/hedera-smart-contracts-product
11+
/packages/server/ @Nana-EC @hashgraph/hedera-smart-contracts @hashgraph/hedera-smart-contracts-product
12+
/packages/ws-server/ @georgi-l95 @Ivo-Yankov @hashgraph/hedera-smart-contracts @hashgraph/hedera-smart-contracts-product
1313

1414
###############################
1515
##### Tools and Examples ######
1616
###############################
17-
/dapp-example/ @georgi-l95 @Ivo-Yankov @hashgraph/hedera-smart-contracts-product
18-
/k6/ @AlfredoG87 @hashgraph/hedera-smart-contracts-product
19-
/tools/ @georgi-l95 @Ivo-Yankov @hashgraph/hedera-smart-contracts-product
17+
/dapp-example/ @georgi-l95 @Ivo-Yankov @hashgraph/hedera-smart-contracts @hashgraph/hedera-smart-contracts-product
18+
/k6/ @hashgraph/hedera-smart-contracts @hashgraph/hedera-smart-contracts-product
19+
/tools/ @georgi-l95 @Ivo-Yankov @hashgraph/hedera-smart-contracts @hashgraph/hedera-smart-contracts-product
2020

2121
########################
2222
##### Core Files ######
@@ -26,15 +26,15 @@
2626

2727
# Protection Rules for Github Configuration Files and Actions Workflows
2828
/.github/ @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/release-engineering @hashgraph/release-engineering-managers
29-
/.github/workflows/ @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/release-engineering @hashgraph/release-engineering-managers @AlfredoG87 @ebadiere @Nana-EC @hashgraph/hedera-smart-contracts-product
29+
/.github/workflows/ @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/release-engineering @hashgraph/release-engineering-managers @hashgraph/hedera-smart-contracts @hashgraph/hedera-smart-contracts-product
3030

3131
# Self-protection for root CODEOWNERS files (this file should not exist and should definitely require approval)
32-
/CODEOWNERS @hashgraph/release-engineering @hashgraph/release-engineering-managers
32+
/CODEOWNERS @hashgraph/release-engineering-managers
3333

3434
# Protect the repository root files
35-
/README.md @hashgraph/release-engineering @hashgraph/release-engineering-managers @AlfredoG87 @ebadiere @Nana-EC @hashgraph/hedera-smart-contracts-product
36-
**/LICENSE @hashgraph/release-engineering @hashgraph/release-engineering-managers
35+
/README.md @Nana-EC @hashgraph/release-engineering-managers @hashgraph/devops-ci @hashgraph/hedera-smart-contracts @hashgraph/hedera-smart-contracts-product
36+
**/LICENSE @hashgraph/release-engineering-managers @hashgraph/hedera-smart-contracts-managers
3737

3838
# Git Ignore definitions
39-
**/.gitignore @hashgraph/release-engineering @hashgraph/release-engineering-managers @AlfredoG87 @ebadiere @Nana-EC @hashgraph/hedera-smart-contracts-product
40-
**/.gitignore.* @hashgraph/release-engineering @hashgraph/release-engineering-managers @AlfredoG87 @ebadiere @Nana-EC @hashgraph/hedera-smart-contracts-product
39+
**/.gitignore @Nana-EC @hashgraph/release-engineering @hashgraph/release-engineering-managers @hashgraph/devops-ci @hashgraph/hedera-smart-contracts @hashgraph/hedera-smart-contracts-product
40+
**/.gitignore.* @Nana-EC @hashgraph/release-engineering @hashgraph/release-engineering-managers @hashgraph/devops-ci @hashgraph/hedera-smart-contracts @hashgraph/hedera-smart-contracts-product

0 commit comments

Comments
 (0)