-
Notifications
You must be signed in to change notification settings - Fork 41
/
CODEOWNERS
Validating CODEOWNERS rules...
43 lines (33 loc) · 1.35 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
# This file exists to designate certain reviewers for certain areas of the
# repository. This allows us to enhance security measures, streamline reviews
# and help automate review requests.
#
# Most owners are people who have a lot of experience in a certain area of the
# codebase, and as such are most suited to review changes to that area.
#
# Hemi Labs team members: If you feel you have a lot of experience in an area
# within the codebase, please add yourself as a code owner.
# This is the default owner for all files in this repository.
# Core Engineering is responsible for all source code in this repository.
* @hemilabs/dev
# GitHub Actions Workflows
/.github/workflows/ @hemilabs/dev @joshuasing
# Docker images
/docker/ @hemilabs/dev @ClaytonNorthey92 @joshuasing
# End-to-End testing
/e2e/ @hemilabs/dev @ClaytonNorthey92
# Pprof service
/service/pprof/ @hemilabs/dev @joshuasing
# Tiny Bitcoin Daemon (TBC)
/api/tbcapi/ @hemilabs/dev @marcopeereboom @joshuasing
/cmd/tbcd/ @hemilabs/dev @marcopeereboom
/database/tbcd/ @hemilabs/dev @marcopeereboom
/service/tbc/ @hemilabs/dev @marcopeereboom
# WASM PoP Miner (popmd/wasm)
/web/ @hemilabs/dev @joshuasing
# Release script
/scripts/release.sh @hemilabs/dev @joshuasing
# GoReleaser config
.goreleaser.yaml @hemilabs/dev @joshuasing
# PoP payouts reporting service
/popstats/ @hemilabs/dev @gabmontes