-
Notifications
You must be signed in to change notification settings - Fork 146
/
Copy pathCODEOWNERS
30 lines (22 loc) · 1.95 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
# Default code owners for entire repository
* @hiero-ledger/hiero-sdk-js-maintainers
#########################
##### Core Files ######
#########################
# NOTE: Must be placed last to ensure enforcement over all other rules
# Protection Rules for Github Configuration Files and Actions Workflows
/.github/ @hiero-ledger/github-committers @hiero-ledger/github-maintainers
/.github/workflows/ @hiero-ledger/github-committers @hiero-ledger/github-maintainers
# Codacy Tool Configurations
/config/ @hiero-ledger/hiero-sdk-js-maintainers @hiero-ledger/github-committers @hiero-ledger/github-maintainers
.remarkrc @hiero-ledger/hiero-sdk-js-maintainers @hiero-ledger/github-committers @hiero-ledger/github-maintainers
# Self-protection for root CODEOWNERS files (this file should not exist and should definitely require approval)
/CODEOWNERS @hiero-ledger/github-maintainers
# Protect the repository root files
/README.md @hiero-ledger/github-committers @hiero-ledger/github-maintainers @hiero-ledger/hiero-sdk-js-maintainers @hiero-ledger/hiero-sdk-js-committers @hiero-ledger/tsc
**/LICENSE @hiero-ledger/github-maintainers @hiero-ledger/hiero-sdk-js-maintainers @hiero-ledger/tsc
# CodeCov configuration
**/codecov.yml @hiero-ledger/github-committers @hiero-ledger/github-maintainers
# Git Ignore definitions
**/.gitignore @hiero-ledger/github-committers @hiero-ledger/github-maintainers @hiero-ledger/hiero-sdk-js-maintainers @hiero-ledger/tsc
**/.gitignore.* @hiero-ledger/github-committers @hiero-ledger/github-maintainers @hiero-ledger/hiero-sdk-js-maintainers @hiero-ledger/tsc