-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathCODEOWNERS
Validating CODEOWNERS rules...
26 lines (20 loc) · 1.58 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#########################
##### Global Rule #####
#########################
* @hashgraph/platform-base @hashgraph/hedera-services
#########################
##### Core Files ######
#########################
# 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
# 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/platform-base @hashgraph/hedera-services
**/LICENSE @hashgraph/release-engineering-managers
# CodeCov configuration
**/codecov.yml @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/release-engineering-managers
# Git Ignore definitions
**/.gitignore @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/platform-base @hashgraph/hedera-services
**/.gitignore.* @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/platform-base @hashgraph/hedera-services