-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathCODEOWNERS
28 lines (20 loc) · 1.43 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
27
28
* @hashgraph/hedera-services @hashgraph/mirror-node
/platform/ @hashgraph/platform-hashgraph
/mirror/ @hashgraph/mirror-node
#########################
##### 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/release-engineering-managers @hashgraph/devops-ci
/.github/workflows/ @hashgraph/devops-ci
# 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/release-engineering-managers @hashgraph/devops-ci
**/LICENSE @hashgraph/release-engineering-managers
# CodeCov configuration
**/codecov.yml @hashgraph/release-engineering-managers @hashgraph/devops-ci
# Git Ignore definitions
**/.gitignore @hashgraph/release-engineering-managers @hashgraph/devops-ci
**/.gitignore.* @hashgraph/release-engineering-managers @hashgraph/devops-ci