From 4998dc488102cfb50487d70cfb1dd0f3e855d42d Mon Sep 17 00:00:00 2001 From: PavelSBorisov Date: Tue, 10 Dec 2024 14:24:45 +0200 Subject: [PATCH 1/4] 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 584af061..6f95901d 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -9,9 +9,9 @@ ############################ /build-logic/** @hashgraph/release-engineering @hashgraph/release-engineering-managers @hashgraph/devops-ci -/fullstack-core/** @hashgraph/release-engineering -/fullstack-examples/** @hashgraph/release-engineering -/fullstack-gradle-plugin/** @hashgraph/release-engineering @hashgraph/devops-ci +/fullstack-core/** @hashgraph/release-engineering @hashgraph/release-engineering-managers +/fullstack-examples/** @hashgraph/release-engineering @hashgraph/release-engineering-managers +/fullstack-gradle-plugin/** @hashgraph/release-engineering @hashgraph/devops-ci @hashgraph/release-engineering-managers ######################### ##### Core Files ###### @@ -20,18 +20,18 @@ # NOTE: Must be placed last to ensure enforcement over all other rules # Protection Rules for Github Configuration Files and Actions Workflows -/.github/ @hashgraph/release-engineering-managers @hashgraph/devops-ci -/.github/workflows/ @hashgraph/release-engineering-managers @hashgraph/devops-ci +/.github/ @hashgraph/release-engineering-managers @hashgraph/devops-ci @hashgraph/release-engineering +/.github/workflows/ @hashgraph/release-engineering-managers @hashgraph/devops-ci @hashgraph/release-engineering # Codacy Tool Configurations -/config/ @hashgraph/release-engineering-managers -.remarkrc @hashgraph/release-engineering-managers +/config/ @hashgraph/release-engineering-managers @hashgraph/release-engineering +.remarkrc @hashgraph/release-engineering-managers @hashgraph/release-engineering # Semantic Release Configuration -.releaserc @hashgraph/release-engineering-managers +.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 +/CODEOWNERS @hashgraph/release-engineering-managers @hashgraph/release-engineering # Protect the repository root files /README.md @hashgraph/release-engineering @hashgraph/release-engineering-managers @hashgraph/devops-ci From 9bb88a91b4c9813939c04a910ec7f2ca57c813c2 Mon Sep 17 00:00:00 2001 From: PavelSBorisov Date: Wed, 11 Dec 2024 17:11:29 +0200 Subject: [PATCH 2/4] 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 From a0821bc07bb861eec35df1042ddec94317e0ca8a Mon Sep 17 00:00:00 2001 From: PavelSBorisov Date: Mon, 16 Dec 2024 14:58:50 +0200 Subject: [PATCH 3/4] chore: add teams to codeowners Signed-off-by: PavelSBorisov --- .github/CODEOWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index a39d28a2..e50860f3 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -28,7 +28,7 @@ .remarkrc @hashgraph/release-engineering-managers @hashgraph/release-engineering # Semantic Release Configuration -.releaserc @hashgraph/release-engineering-managers @hashgraph/release-engineering +.releaserc @hashgraph/release-engineering-managers @hashgraph/release-engineering @hashgraph/devops-ci # Self-protection for root CODEOWNERS files (this file should not exist and should definitely require approval) /CODEOWNERS @hashgraph/release-engineering-managers @@ -38,7 +38,7 @@ **/LICENSE @hashgraph/release-engineering-managers # CodeCov configuration -**/codecov.yml @hashgraph/release-engineering @hashgraph/release-engineering-managers +**/codecov.yml @hashgraph/release-engineering @hashgraph/release-engineering-managers @hashgraph/devops-ci @hashgraph/devops-ci-committers # Git Ignore definitions **/.gitignore @hashgraph/release-engineering @hashgraph/release-engineering-managers @hashgraph/devops-ci From 5088d4cc813289a79393c1cad2eef9172a852104 Mon Sep 17 00:00:00 2001 From: PavelSBorisov Date: Tue, 17 Dec 2024 09:55:15 +0200 Subject: [PATCH 4/4] chore: add newline to codeowners Signed-off-by: PavelSBorisov --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index e50860f3..7c51710b 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -42,4 +42,4 @@ # Git Ignore definitions **/.gitignore @hashgraph/release-engineering @hashgraph/release-engineering-managers @hashgraph/devops-ci -**/.gitignore.* @hashgraph/release-engineering @hashgraph/release-engineering-managers @hashgraph/devops-ci \ No newline at end of file +**/.gitignore.* @hashgraph/release-engineering @hashgraph/release-engineering-managers @hashgraph/devops-ci