-
Notifications
You must be signed in to change notification settings - Fork 140
/
CODEOWNERS
Validating CODEOWNERS rules...
23 lines (17 loc) · 1.3 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
# Default code owners for entire repository
* @mgarbs
#########################
##### 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 @hashgraph/release-engineering-managers
/.github/workflows/ @hashgraph/release-engineering @hashgraph/release-engineering-managers @mgarbs
# Self-protection for root CODEOWNERS files (this file should not exist and should definitely require approval)
/CODEOWNERS @hashgraph/release-engineering @hashgraph/release-engineering-managers @mgarbs
# Protect the repository root files
/README.md @hashgraph/release-engineering @hashgraph/release-engineering-managers @mgarbs
**/LICENSE @hashgraph/release-engineering @hashgraph/release-engineering-managers
# Git Ignore definitions
**/.gitignore @hashgraph/release-engineering @hashgraph/release-engineering-managers @mgarbs
**/.gitignore.* @hashgraph/release-engineering @hashgraph/release-engineering-managers @mgarbs