From eb658061040796b33708edca1f5b33b742f6cf65 Mon Sep 17 00:00:00 2001 From: "Andrey (Envision)" <32775532+anvabr@users.noreply.github.com> Date: Fri, 13 Dec 2024 17:26:01 +0300 Subject: [PATCH] Update CODEOWNERS #4462 (#4471) * Update CODEOWNERS #4462 As requested in #4462 Signed-off-by: Andrey (Envision) <32775532+anvabr@users.noreply.github.com> * Update .github/CODEOWNERS Co-authored-by: Roger Barker Signed-off-by: Andrey (Envision) <32775532+anvabr@users.noreply.github.com> * Update .github/CODEOWNERS Co-authored-by: Roger Barker Signed-off-by: Andrey (Envision) <32775532+anvabr@users.noreply.github.com> * Update .github/CODEOWNERS Co-authored-by: Roger Barker Signed-off-by: Andrey (Envision) <32775532+anvabr@users.noreply.github.com> * Update .github/CODEOWNERS Co-authored-by: Roger Barker Signed-off-by: Andrey (Envision) <32775532+anvabr@users.noreply.github.com> * Update CODEOWNERS Signed-off-by: Andrey (Envision) <32775532+anvabr@users.noreply.github.com> --------- Signed-off-by: Andrey (Envision) <32775532+anvabr@users.noreply.github.com> Co-authored-by: Roger Barker --- .github/CODEOWNERS | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index d033604038..ac39d29cf6 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,14 +2,14 @@ ##### Global Protection Rule ###### ################################### # NOTE: This rule is overriden by the more specific rules below. This is the catch-all rule for all files not covered by the more specific rules below. -* @hashgraph/developer-advocates +* @hashgraph/envision-blockchain-hedera ############################ ##### Project Files ###### ############################ -*/src/** @hashgraph/developer-advocates @hashgraph/envision-blockchain-hedera -*/tests/** @hashgraph/developer-advocates @hashgraph/envision-blockchain-hedera +*/src/** @hashgraph/guardian-committers @hashgraph/guardian-maintainers +*/tests/** @hashgraph/guardian-committers @hashgraph/guardian-maintainers ######################### @@ -20,12 +20,12 @@ # Protection Rules for Github Configuration Files and Actions Workflows /.github/ @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/release-engineering-managers -/.github/workflows/ @hashgraph/devops-ci @hashgraph/devops-ci-committers +/.github/workflows/ @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/guardian-committers # NodeJS project files -package.json @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/developer-advocates -package-lock.json @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/developer-advocates -jest.config.mjs @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/developer-advocates +package.json @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/developer-advocates @hashgraph/guardian-committers +package-lock.json @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/developer-advocates @hashgraph/guardian-committers +jest.config.mjs @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/developer-advocates @hashgraph/guardian-committers # Codacy Tool Configurations /config/ @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/developer-advocates @@ -38,8 +38,8 @@ jest.config.mjs @hashgraph/devops-ci @hashgraph/ /CODEOWNERS @hashgraph/release-engineering-managers # Protect the repository root files -/README.md @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/release-engineering-managers -**/LICENSE @hashgraph/release-engineering-managers +/README.md @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/release-engineering-managers @hashgraph/guardian-maintainers +**/LICENSE @hashgraph/release-engineering-managers @hashgraph/guardian-maintainers # CodeCov configuration **/codecov.yml @hashgraph/devops-ci @hashgraph/devops-ci-committers