Skip to content

Commit

Permalink
chore: Update CODEOWNERS (#574)
Browse files Browse the repository at this point in the history
Signed-off-by: Roger Barker <[email protected]>
  • Loading branch information
rbarkerSL authored Jan 14, 2025
1 parent 121613f commit 14aefd5
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -19,31 +19,32 @@
# 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-managers @hashgraph/developer-relations
/.github/workflows/ @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/release-engineering-managers
/.github/ @hashgraph/platform-ci @hashgraph/platform-ci-committers @hashgraph/release-engineering-managers
/.github/workflows/ @hashgraph/platform-ci @hashgraph/platform-ci-committers @hashgraph/release-engineering-managers
/.github/dependabot.yml @hashgraph/platform-ci @hashgraph/platform-ci-committers @hashgraph/release-engineering-managers @hashgraph/developer-relations

# NodeJS project files
package.json @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/developer-relations
package-lock.json @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/developer-relations
jest.config.mjs @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/developer-relations
package.json @hashgraph/platform-ci @hashgraph/platform-ci-committers @hashgraph/developer-relations
package-lock.json @hashgraph/platform-ci @hashgraph/platform-ci-committers @hashgraph/developer-relations
jest.config.mjs @hashgraph/platform-ci @hashgraph/platform-ci-committers @hashgraph/developer-relations

# Codacy Tool Configurations
/config/ @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/developer-relations
.remarkrc @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/developer-relations
/config/ @hashgraph/platform-ci @hashgraph/platform-ci-committers @hashgraph/developer-relations
.remarkrc @hashgraph/platform-ci @hashgraph/platform-ci-committers @hashgraph/developer-relations

# Semantic Release Configuration
.releaserc @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/developer-relations
.releaserc @hashgraph/platform-ci @hashgraph/platform-ci-committers @hashgraph/developer-relations

# 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/devops-ci-committers @hashgraph/release-engineering-managers @hashgraph/developer-relations
/README.md @hashgraph/platform-ci @hashgraph/platform-ci-committers @hashgraph/release-engineering-managers @hashgraph/developer-relations
**/LICENSE @hashgraph/release-engineering-managers

# CodeCov configuration
**/codecov.yml @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/developer-relations
**/codecov.yml @hashgraph/platform-ci @hashgraph/platform-ci-committers @hashgraph/developer-relations

# Git Ignore definitions
**/.gitignore @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/release-engineering-managers @hashgraph/developer-relations
**/.gitignore.* @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/release-engineering-managers @hashgraph/developer-relations
**/.gitignore @hashgraph/platform-ci @hashgraph/platform-ci-committers @hashgraph/release-engineering-managers @hashgraph/developer-relations
**/.gitignore.* @hashgraph/platform-ci @hashgraph/platform-ci-committers @hashgraph/release-engineering-managers @hashgraph/developer-relations

0 comments on commit 14aefd5

Please sign in to comment.