Skip to content

Commit

Permalink
chore: fix codeowners for workflows dir (#174)
Browse files Browse the repository at this point in the history
Signed-off-by: PavelSBorisov <[email protected]>
Signed-off-by: Roger Barker <[email protected]>
Co-authored-by: Roger Barker <[email protected]>
  • Loading branch information
PavelSBorisov and rbarkerSL authored Jan 14, 2025
1 parent 65bdeed commit e71c2e0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -27,23 +27,23 @@
# 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/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 @hashgraph/hedera-smart-contracts
/.github/ @hashgraph/platform-ci @hashgraph/platform-ci-committers @hashgraph/release-engineering @hashgraph/release-engineering-managers @hashgraph/hedera-smart-contracts
/.github/workflows/ @hashgraph/platform-ci @hashgraph/platform-ci-committers @hashgraph/release-engineering-managers

# Codacy Tool Configurations
/config/ @hashgraph/devops-ci @hashgraph/release-engineering @hashgraph/release-engineering-managers @hashgraph/hedera-smart-contracts
.remarkrc @hashgraph/devops-ci @hashgraph/release-engineering @hashgraph/release-engineering-managers @hashgraph/hedera-smart-contracts
/config/ @hashgraph/platform-ci @hashgraph/release-engineering @hashgraph/release-engineering-managers @hashgraph/hedera-smart-contracts
.remarkrc @hashgraph/platform-ci @hashgraph/release-engineering @hashgraph/release-engineering-managers @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 @hashgraph/release-engineering-managers @hashgraph/hedera-smart-contracts
/README.md @hashgraph/platform-ci @hashgraph/release-engineering @hashgraph/release-engineering-managers @hashgraph/hedera-smart-contracts
**/LICENSE @hashgraph/release-engineering-managers

# CodeCov configuration
**/codecov.yml @hashgraph/devops-ci @hashgraph/release-engineering @hashgraph/release-engineering-managers @hashgraph/hedera-smart-contracts
**/codecov.yml @hashgraph/platform-ci @hashgraph/release-engineering @hashgraph/release-engineering-managers @hashgraph/hedera-smart-contracts

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

0 comments on commit e71c2e0

Please sign in to comment.