Skip to content

Commit 377e12c

Browse files
authored
chore: Update CODEOWNERS (#1023)
Signed-off-by: Roger Barker <[email protected]>
1 parent 4139f92 commit 377e12c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/CODEOWNERS

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
##### Project Files ######
99
############################
1010

11-
/build-logic/** @hashgraph/release-engineering @hashgraph/release-engineering-managers @hashgraph/devops-ci
11+
/build-logic/** @hashgraph/release-engineering @hashgraph/release-engineering-managers @hashgraph/platform-ci
1212
/fullstack-core/** @hashgraph/release-engineering @hashgraph/release-engineering-managers
1313
/fullstack-examples/** @hashgraph/release-engineering @hashgraph/release-engineering-managers
14-
/fullstack-gradle-plugin/** @hashgraph/release-engineering @hashgraph/devops-ci @hashgraph/release-engineering-managers
14+
/fullstack-gradle-plugin/** @hashgraph/release-engineering @hashgraph/platform-ci @hashgraph/release-engineering-managers
1515

1616
#########################
1717
##### Core Files ######
@@ -20,26 +20,26 @@
2020
# NOTE: Must be placed last to ensure enforcement over all other rules
2121

2222
# Protection Rules for Github Configuration Files and Actions Workflows
23-
/.github/ @hashgraph/release-engineering-managers @hashgraph/devops-ci @hashgraph/release-engineering
24-
/.github/workflows/ @hashgraph/release-engineering-managers @hashgraph/devops-ci @hashgraph/release-engineering
23+
/.github/ @hashgraph/release-engineering-managers @hashgraph/platform-ci @hashgraph/release-engineering
24+
/.github/workflows/ @hashgraph/release-engineering-managers @hashgraph/platform-ci @hashgraph/release-engineering
2525

2626
# Codacy Tool Configurations
2727
/config/ @hashgraph/release-engineering-managers @hashgraph/release-engineering
2828
.remarkrc @hashgraph/release-engineering-managers @hashgraph/release-engineering
2929

3030
# Semantic Release Configuration
31-
.releaserc @hashgraph/release-engineering-managers @hashgraph/release-engineering @hashgraph/devops-ci
31+
.releaserc @hashgraph/release-engineering-managers @hashgraph/release-engineering @hashgraph/platform-ci
3232

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

3636
# Protect the repository root files
37-
/README.md @hashgraph/release-engineering @hashgraph/release-engineering-managers @hashgraph/devops-ci
37+
/README.md @hashgraph/release-engineering @hashgraph/release-engineering-managers @hashgraph/platform-ci
3838
**/LICENSE @hashgraph/release-engineering-managers
3939

4040
# CodeCov configuration
41-
**/codecov.yml @hashgraph/release-engineering @hashgraph/release-engineering-managers @hashgraph/devops-ci @hashgraph/devops-ci-committers
41+
**/codecov.yml @hashgraph/release-engineering @hashgraph/release-engineering-managers @hashgraph/platform-ci @hashgraph/platform-ci-committers
4242

4343
# Git Ignore definitions
44-
**/.gitignore @hashgraph/release-engineering @hashgraph/release-engineering-managers @hashgraph/devops-ci
45-
**/.gitignore.* @hashgraph/release-engineering @hashgraph/release-engineering-managers @hashgraph/devops-ci
44+
**/.gitignore @hashgraph/release-engineering @hashgraph/release-engineering-managers @hashgraph/platform-ci
45+
**/.gitignore.* @hashgraph/release-engineering @hashgraph/release-engineering-managers @hashgraph/platform-ci

0 commit comments

Comments
 (0)