Skip to content

Commit

Permalink
chore: Update devops-ci team name to platform-ci
Browse files Browse the repository at this point in the history
**Description**:
Changed team name

**Related Issue(s)**:
Fixes #10127

Signed-off-by: Roger Barker <[email protected]>
  • Loading branch information
rbarkerSL committed Jan 14, 2025
1 parent c15e25d commit e84a9a2
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 @@ -8,23 +8,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/mirror-node @hashgraph/release-engineering-managers
/.github/workflows/ @hashgraph/devops-ci @hashgraph/mirror-node
/.github/ @hashgraph/platform-ci @hashgraph/mirror-node @hashgraph/release-engineering-managers
/.github/workflows/ @hashgraph/platform-ci @hashgraph/mirror-node

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

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

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

0 comments on commit e84a9a2

Please sign in to comment.