-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathCODEOWNERS
More file actions
34 lines (25 loc) · 2.22 KB
/
CODEOWNERS
File metadata and controls
34 lines (25 loc) · 2.22 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
26
27
28
29
30
31
32
33
34
#########################
##### Default Rules #####
#########################
* @hashgraph/developer-advocates @hashgraph/iobuilders-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/platform-ci @hashgraph/release-engineering-managers @hashgraph/iobuilders-hedera
/.github/workflows/ @hashgraph/platform-ci @hashgraph/platform-ci-committers @hashgraph/release-engineering-managers @hashgraph/iobuilders-hedera
/.github/dependabot.yaml @hashgraph/platform-ci @hashgraph/platform-ci-committers @hashgraph/release-engineering-managers @hashgraph/developer-advocates @hashgraph/iobuilders-hedera
# Codacy Tool Configurations
/config/ @hashgraph/platform-ci @hashgraph/release-engineering-managers @hashgraph/iobuilders-hedera
.remarkrc @hashgraph/platform-ci @hashgraph/release-engineering-managers @hashgraph/iobuilders-hedera
# 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/platform-ci @hashgraph/release-engineering-managers @hashgraph/iobuilders-hedera
**/LICENSE @hashgraph/release-engineering-managers
# CodeCov configuration
**/codecov.yml @hashgraph/platform-ci @hashgraph/release-engineering-managers @hashgraph/iobuilders-hedera
# Git Ignore definitions
**/.gitignore @hashgraph/platform-ci @hashgraph/release-engineering-managers @hashgraph/iobuilders-hedera
**/.gitignore.* @hashgraph/platform-ci @hashgraph/release-engineering-managers @hashgraph/iobuilders-hedera