Skip to content

Commit

Permalink
chore: Update codeowners with new team name platform-ci (#1243)
Browse files Browse the repository at this point in the history
**Description**:
Changes devops-ci to platform-ci

Signed-off-by: Roger Barker <[email protected]>
  • Loading branch information
rbarker-dev authored Jan 14, 2025
1 parent 88b220d commit 5d6b728
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 @@ -11,23 +11,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/release-engineering-managers @hashgraph/iobuilders-hedera
/.github/workflows/ @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/iobuilders-hedera
/.github/ @hashgraph/platform-ci @hashgraph/release-engineering-managers @hashgraph/iobuilders-hedera
/.github/workflows/ @hashgraph/platform-ci @hashgraph/platform-ci-committers @hashgraph/iobuilders-hedera

# Codacy Tool Configurations
/config/ @hashgraph/devops-ci @hashgraph/release-engineering-managers @hashgraph/iobuilders-hedera
.remarkrc @hashgraph/devops-ci @hashgraph/release-engineering-managers @hashgraph/iobuilders-hedera
/config/ @hashgraph/platform-ci @hashgraph/release-engineering-managers @hashgraph/iobuilders-hedera
.remarkrc @hashgraph/platform-ci @hashgraph/release-engineering-managers @hashgraph/iobuilders-hedera

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

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

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

0 comments on commit 5d6b728

Please sign in to comment.