Skip to content

Commit

Permalink
chore: update codeowners (#1053)
Browse files Browse the repository at this point in the history
Signed-off-by: Nadezhda Popova <[email protected]>
  • Loading branch information
nadezhdapopovaa authored Dec 8, 2024
1 parent 78fb1ee commit a8639d5
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
* @hashgraph/hedera-smart-contracts-product

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

#########################
##### 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
/.github/workflows/ @hashgraph/devops-ci @hashgraph/release-engineering-managers @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-managers

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

# Git Ignore definitions
**/.gitignore @hashgraph/devops-ci @hashgraph/release-engineering-managers @hashgraph/hedera-smart-contracts
**/.gitignore.* @hashgraph/devops-ci @hashgraph/release-engineering-managers @hashgraph/hedera-smart-contracts
**/.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

0 comments on commit a8639d5

Please sign in to comment.