From 9bb88a91b4c9813939c04a910ec7f2ca57c813c2 Mon Sep 17 00:00:00 2001 From: PavelSBorisov Date: Wed, 11 Dec 2024 17:11:29 +0200 Subject: [PATCH] chore: correct codeowners for licence and codeowners file Signed-off-by: PavelSBorisov --- .github/CODEOWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 6f95901d..a39d28a2 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -31,11 +31,11 @@ .releaserc @hashgraph/release-engineering-managers @hashgraph/release-engineering # Self-protection for root CODEOWNERS files (this file should not exist and should definitely require approval) -/CODEOWNERS @hashgraph/release-engineering-managers @hashgraph/release-engineering +/CODEOWNERS @hashgraph/release-engineering-managers # Protect the repository root files /README.md @hashgraph/release-engineering @hashgraph/release-engineering-managers @hashgraph/devops-ci -**/LICENSE @hashgraph/release-engineering @hashgraph/release-engineering-managers +**/LICENSE @hashgraph/release-engineering-managers # CodeCov configuration **/codecov.yml @hashgraph/release-engineering @hashgraph/release-engineering-managers