From fe5f5ab7c63cc54e076a2281442150793fa54177 Mon Sep 17 00:00:00 2001 From: PavelSBorisov Date: Thu, 12 Dec 2024 14:42:47 +0200 Subject: [PATCH] chore: add maintainers as codeowners to all files Signed-off-by: PavelSBorisov --- .github/CODEOWNERS | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index c9e56eb7b..522ca96ca 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -11,24 +11,24 @@ # 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/devops-ci @hashgraph/release-engineering-managers @hashgraph/release-engineering-managers @hashgraph/block-node +/.github/workflows/ @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/release-engineering-managers # Codacy Tool Configurations -/config/ @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/release-engineering-managers -.remarkrc @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/release-engineering-managers +/config/ @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/release-engineering-managers @hashgraph/block-node +.remarkrc @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/release-engineering-managers @hashgraph/block-node # Self-protection for root CODEOWNERS files (this file should not exist and should definitely require approval) -/CODEOWNERS @hashgraph/release-engineering-managers +/CODEOWNERS @hashgraph/release-engineering-managers # Protect the repository root files -/README.md @hashgraph/devops-ci @hashgraph/release-engineering-managers +/README.md @hashgraph/devops-ci @hashgraph/release-engineering-managers @hashgraph/block-node **/LICENSE @hashgraph/release-engineering-managers # CodeCov configuration -**/codecov.yml @hashgraph/devops-ci @hashgraph/release-engineering-managers +**/codecov.yml @hashgraph/devops-ci @hashgraph/release-engineering-managers @hashgraph/block-node # Git Ignore definitions -**/.gitignore @hashgraph/devops-ci @hashgraph/release-engineering-managers -**/.gitignore.* @hashgraph/devops-ci @hashgraph/release-engineering-managers +**/.gitignore @hashgraph/devops-ci @hashgraph/release-engineering-managers @hashgraph/block-node +**/.gitignore.* @hashgraph/devops-ci @hashgraph/release-engineering-managers @hashgraph/block-node