From 14aefd5f0fa68027105082afda09e6df31d8b2f9 Mon Sep 17 00:00:00 2001 From: Roger Barker Date: Tue, 14 Jan 2025 16:11:47 -0600 Subject: [PATCH] chore: Update CODEOWNERS (#574) Signed-off-by: Roger Barker --- .github/CODEOWNERS | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index a9b8eb75..6d236fe1 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -19,31 +19,32 @@ # 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/devops-ci-committers @hashgraph/release-engineering-managers @hashgraph/developer-relations -/.github/workflows/ @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/release-engineering-managers +/.github/ @hashgraph/platform-ci @hashgraph/platform-ci-committers @hashgraph/release-engineering-managers +/.github/workflows/ @hashgraph/platform-ci @hashgraph/platform-ci-committers @hashgraph/release-engineering-managers +/.github/dependabot.yml @hashgraph/platform-ci @hashgraph/platform-ci-committers @hashgraph/release-engineering-managers @hashgraph/developer-relations # NodeJS project files -package.json @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/developer-relations -package-lock.json @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/developer-relations -jest.config.mjs @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/developer-relations +package.json @hashgraph/platform-ci @hashgraph/platform-ci-committers @hashgraph/developer-relations +package-lock.json @hashgraph/platform-ci @hashgraph/platform-ci-committers @hashgraph/developer-relations +jest.config.mjs @hashgraph/platform-ci @hashgraph/platform-ci-committers @hashgraph/developer-relations # Codacy Tool Configurations -/config/ @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/developer-relations -.remarkrc @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/developer-relations +/config/ @hashgraph/platform-ci @hashgraph/platform-ci-committers @hashgraph/developer-relations +.remarkrc @hashgraph/platform-ci @hashgraph/platform-ci-committers @hashgraph/developer-relations # Semantic Release Configuration -.releaserc @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/developer-relations +.releaserc @hashgraph/platform-ci @hashgraph/platform-ci-committers @hashgraph/developer-relations # 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/devops-ci-committers @hashgraph/release-engineering-managers @hashgraph/developer-relations +/README.md @hashgraph/platform-ci @hashgraph/platform-ci-committers @hashgraph/release-engineering-managers @hashgraph/developer-relations **/LICENSE @hashgraph/release-engineering-managers # CodeCov configuration -**/codecov.yml @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/developer-relations +**/codecov.yml @hashgraph/platform-ci @hashgraph/platform-ci-committers @hashgraph/developer-relations # Git Ignore definitions -**/.gitignore @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/release-engineering-managers @hashgraph/developer-relations -**/.gitignore.* @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/release-engineering-managers @hashgraph/developer-relations +**/.gitignore @hashgraph/platform-ci @hashgraph/platform-ci-committers @hashgraph/release-engineering-managers @hashgraph/developer-relations +**/.gitignore.* @hashgraph/platform-ci @hashgraph/platform-ci-committers @hashgraph/release-engineering-managers @hashgraph/developer-relations