From 78dfae57da75c3a8df40539da5737e30df2e5bed Mon Sep 17 00:00:00 2001 From: Mihail Mihov Date: Tue, 14 Jan 2025 10:23:09 +0200 Subject: [PATCH 1/2] chore: fix CODEOWNERS file Signed-off-by: Mihail Mihov --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index aeb4ebc11..5022b61f3 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -12,7 +12,7 @@ # Protection Rules for Github Configuration Files and Actions Workflows /.github/ @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/release-engineering-managers @hashgraph/transaction-tool -/.github/workflows/ @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/transaction-tool +/.github/workflows/ @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/release-engineering-managers # Self-protection for root CODEOWNERS files (this file should not exist and should definitely require approval) /CODEOWNERS @hashgraph/release-engineering-managers From 5855e1e1809fc921d4a8c18c1bc4cd64be0e7a6b Mon Sep 17 00:00:00 2001 From: Roger Barker Date: Tue, 14 Jan 2025 15:41:59 -0600 Subject: [PATCH 2/2] Fix devops-ci to be platform-ci Signed-off-by: Roger Barker --- .github/CODEOWNERS | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 5022b61f3..1a2a5cb1e 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -11,16 +11,16 @@ # 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/transaction-tool -/.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 @hashgraph/transaction-tool +/.github/workflows/ @hashgraph/platform-ci @hashgraph/platform-ci-committers @hashgraph/release-engineering-managers # 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/transaction-tool +/README.md @hashgraph/platform-ci @hashgraph/platform-ci-committers @hashgraph/release-engineering-managers @hashgraph/transaction-tool **/LICENSE @hashgraph/release-engineering-managers @hashgraph/transaction-tool # Git Ignore definitions -**/.gitignore @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/release-engineering-managers @hashgraph/transaction-tool -**/.gitignore.* @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/release-engineering-managers @hashgraph/transaction-tool +**/.gitignore @hashgraph/platform-ci @hashgraph/platform-ci-committers @hashgraph/release-engineering-managers @hashgraph/transaction-tool +**/.gitignore.* @hashgraph/platform-ci @hashgraph/platform-ci-committers @hashgraph/release-engineering-managers @hashgraph/transaction-tool