Skip to content

Commit

Permalink
chore: rename devops-ci to platform-ci (#493)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Brandt <andrew.brandt@hashgraph.com>
  • Loading branch information
andrewb1269hg authored Jan 14, 2025
1 parent 514dfc5 commit 543ee3e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,24 @@
# 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 @hashgraph/release-engineering-managers @hashgraph/block-node
/.github/workflows/ @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/release-engineering-managers
/.github/ @hashgraph/platform-ci @hashgraph/release-engineering-managers @hashgraph/release-engineering-managers @hashgraph/block-node
/.github/workflows/ @hashgraph/platform-ci @hashgraph/platform-ci-committers @hashgraph/release-engineering-managers

# Codacy Tool Configurations
/config/ @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/release-engineering-managers @hashgraph/block-node
.remarkrc @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/release-engineering-managers @hashgraph/block-node
/config/ @hashgraph/platform-ci @hashgraph/platform-ci-committers @hashgraph/release-engineering-managers @hashgraph/block-node
.remarkrc @hashgraph/platform-ci @hashgraph/platform-ci-committers @hashgraph/release-engineering-managers @hashgraph/block-node

# 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/block-node
/README.md @hashgraph/platform-ci @hashgraph/release-engineering-managers @hashgraph/block-node
**/LICENSE @hashgraph/release-engineering-managers

# CodeCov configuration
**/codecov.yml @hashgraph/devops-ci @hashgraph/release-engineering-managers @hashgraph/block-node
**/codecov.yml @hashgraph/platform-ci @hashgraph/release-engineering-managers @hashgraph/block-node

# Git Ignore definitions
**/.gitignore @hashgraph/devops-ci @hashgraph/release-engineering-managers @hashgraph/block-node
**/.gitignore.* @hashgraph/devops-ci @hashgraph/release-engineering-managers @hashgraph/block-node
**/.gitignore @hashgraph/platform-ci @hashgraph/release-engineering-managers @hashgraph/block-node
**/.gitignore.* @hashgraph/platform-ci @hashgraph/release-engineering-managers @hashgraph/block-node

0 comments on commit 543ee3e

Please sign in to comment.