-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCODEOWNERS
Validating CODEOWNERS rules...
46 lines (35 loc) · 2.49 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
34
35
36
37
38
39
40
41
42
43
44
45
46
###################################
##### 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
###############################
##### Hedera Wallet Snap ######
###############################
/packages/hedera-wallet-snap/ @Nana-EC @kpachhai @hashgraph/hedera-smart-contracts @hashgraph/tuum-tech-hedera
#########################
##### 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/hedera-smart-contracts-managers
# Top level NPM configuration files
/package.json @hashgraph/release-engineering-managers @hashgraph/hedera-smart-contracts-managers
/package-lock.json @hashgraph/release-engineering-managers @hashgraph/hedera-smart-contracts-managers
# Codacy Tool Configurations
/config/ @hashgraph/release-engineering-managers
.remarkrc @hashgraph/release-engineering-managers
/.prettierrc @hashgraph/hedera-smart-contracts-managers
/.eslintrc.js @hashgraph/release-engineering-managers
# Semantic Release Configuration
.releaserc @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/hedera-smart-contracts-managers
**/LICENSE @hashgraph/hedera-smart-contracts-managers
# CodeCov configuration
**/codecov.yml @hashgraph/release-engineering-managers
# Git Ignore definitions
**/.gitignore @hashgraph/release-engineering-managers @hashgraph/hedera-smart-contracts-managers
**/.gitignore.* @hashgraph/release-engineering-managers @hashgraph/hedera-smart-contracts-managers