Skip to content

Commit 73e908e

Browse files
chore: fix CODEOWNERS file (#219)
Signed-off-by: Mihail Mihov <mihail.mihov@limechain.tech> Signed-off-by: Roger Barker <roger.barker@swirldslabs.com> Co-authored-by: Roger Barker <roger.barker@swirldslabs.com>
1 parent b55f550 commit 73e908e

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/CODEOWNERS

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,20 @@
88
# NOTE: Must be placed last to ensure enforcement over all other rules
99

1010
# Protection Rules for Github Configuration Files and Actions Workflows
11-
/.github/ @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/release-engineering-managers @hashgraph/developer-advocates @hashgraph/iobuilders-hedera
12-
/.github/workflows/ @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/developer-advocates @hashgraph/iobuilders-hedera
11+
/.github/ @hashgraph/platform-ci @hashgraph/platform-ci-committers @hashgraph/release-engineering-managers
12+
/.github/workflows/ @hashgraph/platform-ci @hashgraph/platform-ci-committers @hashgraph/release-engineering-managers
13+
/.github/depenadbot.yaml @hashgraph/platform-ci @hashgraph/platform-ci-committers @hashgraph/release-engineering-managers @hashgraph/developer-advocates @hashgraph/iobuilders-hedera
1314

1415
# Self-protection for root CODEOWNERS files (this file should not exist and should definitely require approval)
1516
/CODEOWNERS @hashgraph/release-engineering-managers
1617

1718
# Protect the repository root files
18-
/README.md @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/release-engineering-managers @hashgraph/developer-advocates @hashgraph/iobuilders-hedera
19+
/README.md @hashgraph/platform-ci @hashgraph/platform-ci-committers @hashgraph/release-engineering-managers @hashgraph/developer-advocates @hashgraph/iobuilders-hedera
1920
**/LICENSE @hashgraph/release-engineering-managers
2021

2122
# CodeCov configuration
22-
**/codecov.yml @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/release-engineering-managers @hashgraph/developer-advocates @hashgraph/iobuilders-hedera
23+
**/codecov.yml @hashgraph/platform-ci @hashgraph/platform-ci-committers @hashgraph/release-engineering-managers
2324

2425
# Git Ignore definitions
25-
**/.gitignore @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/release-engineering-managers @hashgraph/developer-advocates @hashgraph/iobuilders-hedera
26-
**/.gitignore.* @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/release-engineering-managers @hashgraph/developer-advocates @hashgraph/iobuilders-hedera
26+
**/.gitignore @hashgraph/platform-ci @hashgraph/platform-ci-committers @hashgraph/release-engineering-managers @hashgraph/developer-advocates @hashgraph/iobuilders-hedera
27+
**/.gitignore.* @hashgraph/platform-ci @hashgraph/platform-ci-committers @hashgraph/release-engineering-managers @hashgraph/developer-advocates @hashgraph/iobuilders-hedera

0 commit comments

Comments
 (0)