Skip to content

Commit

Permalink
chore: add maintainers as codeowners to all files
Browse files Browse the repository at this point in the history
Signed-off-by: PavelSBorisov <[email protected]>
  • Loading branch information
PavelSBorisov committed Dec 13, 2024
1 parent c59a96d commit d5c4b80
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
##### 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-product @hashgraph/hedera-smart-contracts

############################
##### Smart contracts ######
############################
/contracts @hashgraph/hedera-smart-contracts-product @georgi-l95 @Ivo-Yankov @natanasow
/test @hashgraph/hedera-smart-contracts-product @attest08 @georgi-l95 @Ivo-Yankov @natanasow @yiliev0
/contracts @hashgraph/hedera-smart-contracts-product @georgi-l95 @Ivo-Yankov @natanasow @hashgraph/hedera-smart-contracts
/test @hashgraph/hedera-smart-contracts-product @georgi-l95 @Ivo-Yankov @natanasow @yiliev0 @hashgraph/hedera-smart-contracts

#########################
##### Core Files ######
Expand All @@ -19,15 +19,15 @@
# Protection Rules for Github Configuration Files and Actions Workflows
/.github/ @hashgraph/devops-ci @hashgraph/release-engineering-managers
/.github/CODEOWNERS @hashgraph/devops-ci @hashgraph/release-engineering-managers @Nana-EC
/.github/workflows/ @hashgraph/devops-ci @hashgraph/release-engineering-managers @hashgraph/hedera-smart-contracts-product
/.github/workflows/ @hashgraph/devops-ci @hashgraph/release-engineering-managers @hashgraph/hedera-smart-contracts-product @hashgraph/hedera-smart-contracts

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

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

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

0 comments on commit d5c4b80

Please sign in to comment.