-
Notifications
You must be signed in to change notification settings - Fork 80
Expand file tree
/
Copy pathCODEOWNERS
More file actions
25 lines (19 loc) · 1.66 KB
/
Copy pathCODEOWNERS
File metadata and controls
25 lines (19 loc) · 1.66 KB
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
###################################
##### 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
* @hiero-ledger/hiero-website-maintainers @hiero-ledger/hiero-website-committers
/.github/ @hiero-ledger/github-maintainers @hiero-ledger/hiero-website-maintainers
package.json @hiero-ledger/hiero-website-maintainers
package-lock.json @hiero-ledger/hiero-website-maintainers
.remarkrc @hiero-ledger/github-maintainers @hiero-ledger/hiero-website-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-maintainers @hiero-ledger/hiero-website-maintainers @hiero-ledger/hiero-website-committers
**/LICENSE @hiero-ledger/github-maintainers
# CodeCov configuration
**/codecov.yml @hiero-ledger/github-maintainers @hiero-ledger/hiero-website-maintainers
# Git Ignore definitions
**/.gitignore @hiero-ledger/github-maintainers @hiero-ledger/hiero-website-maintainers
**/.gitignore.* @hiero-ledger/github-maintainers @hiero-ledger/hiero-website-maintainers