-
Notifications
You must be signed in to change notification settings - Fork 54
/
CODEOWNERS
Validating CODEOWNERS rules...
33 lines (26 loc) · 1.98 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
29
30
31
32
33
###################################
##### Global Protection Rule ######
###################################
# NOTE: This rule is overriden by the more specific rules below. This is the catch-all rule for all files not covered by the more specific rules below
* @hashgraph/hedera-smart-contracts
############################
##### Smart contracts ######
############################
/contracts @hashgraph/hedera-smart-contracts @georgi-l95 @Ivo-Yankov @natanasow
/test @hashgraph/hedera-smart-contracts @attest08 @georgi-l95 @Ivo-Yankov @natanasow @yiliev0
#########################
##### 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/release-engineering-managers
/.github/CODEOWNERS @hashgraph/devops-ci @hashgraph/release-engineering-managers @Nana-EC
/.github/workflows/ @hashgraph/devops-ci @hashgraph/release-engineering-managers @hashgraph/hedera-smart-contracts
# 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/release-engineering-managers @hashgraph/hedera-smart-contracts
**/LICENSE @hashgraph/release-engineering-managers
# Git Ignore definitions
**/.gitignore @hashgraph/devops-ci @hashgraph/release-engineering-managers @hashgraph/hedera-smart-contracts
**/.gitignore.* @hashgraph/devops-ci @hashgraph/release-engineering-managers @hashgraph/hedera-smart-contracts