Skip to content

Commit 0f26da2

Browse files
chore: add maintainers as codeowners to all files (#1013)
Signed-off-by: PavelSBorisov <[email protected]>
1 parent 20ec983 commit 0f26da2

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/CODEOWNERS

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
############################
1010

1111
/build-logic/** @hashgraph/release-engineering @hashgraph/release-engineering-managers @hashgraph/devops-ci
12-
/fullstack-core/** @hashgraph/release-engineering
13-
/fullstack-examples/** @hashgraph/release-engineering
14-
/fullstack-gradle-plugin/** @hashgraph/release-engineering @hashgraph/devops-ci
12+
/fullstack-core/** @hashgraph/release-engineering @hashgraph/release-engineering-managers
13+
/fullstack-examples/** @hashgraph/release-engineering @hashgraph/release-engineering-managers
14+
/fullstack-gradle-plugin/** @hashgraph/release-engineering @hashgraph/devops-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
24-
/.github/workflows/ @hashgraph/release-engineering-managers @hashgraph/devops-ci
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
2525

2626
# Codacy Tool Configurations
27-
/config/ @hashgraph/release-engineering-managers
28-
.remarkrc @hashgraph/release-engineering-managers
27+
/config/ @hashgraph/release-engineering-managers @hashgraph/release-engineering
28+
.remarkrc @hashgraph/release-engineering-managers @hashgraph/release-engineering
2929

3030
# Semantic Release Configuration
31-
.releaserc @hashgraph/release-engineering-managers
31+
.releaserc @hashgraph/release-engineering-managers @hashgraph/release-engineering @hashgraph/devops-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
3737
/README.md @hashgraph/release-engineering @hashgraph/release-engineering-managers @hashgraph/devops-ci
38-
**/LICENSE @hashgraph/release-engineering @hashgraph/release-engineering-managers
38+
**/LICENSE @hashgraph/release-engineering-managers
3939

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

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

0 commit comments

Comments
 (0)