Skip to content

Commit

Permalink
chore: Update team name from devops-ci to platform-ci
Browse files Browse the repository at this point in the history
**Description**:
Renames devops-ci to platform-ci
Fixes #906

Signed-off-by: Roger Barker <[email protected]>
  • Loading branch information
rbarkerSL committed Jan 14, 2025
1 parent 7d82b03 commit 0fd8bfb
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -11,33 +11,33 @@
# 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
/.github/ @hashgraph/platform-ci @hashgraph/release-engineering-managers
/.github/workflows/ @hashgraph/platform-ci @hashgraph/platform-ci-committers

# Legacy Maven project files
**/pom.xml @hashgraph/devops-ci
**/pom.xml @hashgraph/platform-ci

# Cmake project files and inline plugins
**/.clang* @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/hedera-sdk
**/.clang-format @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/hedera-sdk
**/.clang-tidy @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/hedera-sdk
**/CMakeLists.txt @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/hedera-sdk
**/CMakePresets.json @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/hedera-sdk
**/.clang* @hashgraph/platform-ci @hashgraph/platform-ci-committers @hashgraph/hedera-sdk
**/.clang-format @hashgraph/platform-ci @hashgraph/platform-ci-committers @hashgraph/hedera-sdk
**/.clang-tidy @hashgraph/platform-ci @hashgraph/platform-ci-committers @hashgraph/hedera-sdk
**/CMakeLists.txt @hashgraph/platform-ci @hashgraph/platform-ci-committers @hashgraph/hedera-sdk
**/CMakePresets.json @hashgraph/platform-ci @hashgraph/platform-ci-committers @hashgraph/hedera-sdk

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

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

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

0 comments on commit 0fd8bfb

Please sign in to comment.