Skip to content

Commit

Permalink
chore: add maintainers as codeowners to all files (#3335)
Browse files Browse the repository at this point in the history
* chore: add maintainers as codeowners to all files

Signed-off-by: PavelSBorisov <pavel.s.borisov@gmail.com>

* chore: remove redundant entries from CODEOWNERS file

Signed-off-by: PavelSBorisov <pavel.s.borisov@gmail.com>

* fix: fix multiple codeowners entries

Co-authored-by: Roger Barker <roger.barker@swirldslabs.com>
Signed-off-by: Pavel Borisov <37436896+PavelSBorisov@users.noreply.github.com>

---------

Signed-off-by: PavelSBorisov <pavel.s.borisov@gmail.com>
Signed-off-by: Pavel Borisov <37436896+PavelSBorisov@users.noreply.github.com>
Co-authored-by: Roger Barker <roger.barker@swirldslabs.com>
  • Loading branch information
PavelSBorisov and rbarker-dev authored Dec 17, 2024
1 parent 90bfacd commit 50316b5
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
##### Global Protection Rule ######
###################################
# 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
* @hashgraph/hedera-smart-contracts-product
* @hashgraph/hedera-smart-contracts @hashgraph/hedera-smart-contracts-product

#########################
##### Hedera Relay ######
#########################
/packages/relay/ @AlfredoG87 @ebadiere @lukelee-sl @hashgraph/hedera-smart-contracts-product
/packages/server/ @AlfredoG87 @ebadiere @Nana-EC @hashgraph/hedera-smart-contracts-product
/packages/ws-server/ @AlfredoG87 @ebadiere @georgi-l95 @Ivo-Yankov @hashgraph/hedera-smart-contracts-product
/packages/relay/ @hashgraph/hedera-smart-contracts @hashgraph/hedera-smart-contracts-product
/packages/server/ @Nana-EC @hashgraph/hedera-smart-contracts @hashgraph/hedera-smart-contracts-product
/packages/ws-server/ @georgi-l95 @Ivo-Yankov @hashgraph/hedera-smart-contracts @hashgraph/hedera-smart-contracts-product

###############################
##### Tools and Examples ######
###############################
/dapp-example/ @georgi-l95 @Ivo-Yankov @hashgraph/hedera-smart-contracts-product
/k6/ @AlfredoG87 @hashgraph/hedera-smart-contracts-product
/tools/ @georgi-l95 @Ivo-Yankov @hashgraph/hedera-smart-contracts-product
/dapp-example/ @georgi-l95 @Ivo-Yankov @hashgraph/hedera-smart-contracts @hashgraph/hedera-smart-contracts-product
/k6/ @hashgraph/hedera-smart-contracts @hashgraph/hedera-smart-contracts-product
/tools/ @georgi-l95 @Ivo-Yankov @hashgraph/hedera-smart-contracts @hashgraph/hedera-smart-contracts-product

########################
##### Core Files ######
Expand All @@ -26,15 +26,15 @@

# Protection Rules for Github Configuration Files and Actions Workflows
/.github/ @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/release-engineering @hashgraph/release-engineering-managers
/.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
/.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

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

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

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

0 comments on commit 50316b5

Please sign in to comment.