Skip to content

Commit

Permalink
chore: fix codeowners for workflows dir (#187)
Browse files Browse the repository at this point in the history
Signed-off-by: PavelSBorisov <pavel.s.borisov@gmail.com>
Signed-off-by: Roger Barker <roger.barker@swirldslabs.com>
Co-authored-by: Roger Barker <roger.barker@swirldslabs.com>
  • Loading branch information
PavelSBorisov and rbarker-dev authored Jan 14, 2025
1 parent 5dbfa91 commit f59d625
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
##### 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

########################
##### Core Files ######
Expand All @@ -11,16 +11,16 @@
# NOTE: Must be placed last to ensure enforcement over all other rules

# Protection Rules for Github Configuration Files and Actions Workflows
/.github/ @hashgraph/devops-ci @hashgraph/release-engineering-managers
/.github/workflows/ @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/hedera-smart-contracts
/.github/ @hashgraph/platform-ci @hashgraph/release-engineering-managers @hashgraph/hedera-smart-contracts
/.github/workflows/ @hashgraph/platform-ci @hashgraph/platform-ci-committers @hashgraph/release-engineering-managers

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

0 comments on commit f59d625

Please sign in to comment.