From 0fd8bfb0efb2c3141966681bc589ed482f9df5f3 Mon Sep 17 00:00:00 2001 From: Roger Barker Date: Tue, 14 Jan 2025 12:58:32 -0600 Subject: [PATCH] chore: Update team name from devops-ci to platform-ci **Description**: Renames devops-ci to platform-ci Fixes #906 Signed-off-by: Roger Barker --- .github/CODEOWNERS | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 6b2d6d10..f517d087 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -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