forked from fedimint/fedimint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CODEOWNERS
Validating CODEOWNERS rules...
38 lines (29 loc) · 1.3 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
# Syntax: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#codeowners-syntax
#
# TLDR:
#
# * last matching line wins (so order from most general to most specific)
# * multiple elements on the same line means "OR"
# default: unless more specific rule is found, these will be the reviewers assigned
# this will be a chore for people here, but guarantees that *someone* gets to look
# at every PR (they can unassign and unsubscribe themselves after taking an initial look)
* @fedimint/firehose
*.nix @fedimint/infra
*.sh @fedimint/infra
.github/ @fedimint/infra
misc/ @fedimint/infra
scripts/ @fedimint/infra
gateway/ @fedimint/lightning
fedimint-rocksdb/ @fedimint/database
fedimint-dbtool/ @fedimint/database
fedimint-core/src/db @fedimint/database
db/ @fedimint/database
**/db.rs @fedimint/database
**/db/ @fedimint/database
fedimint-server/src/consensus @fedimint/consensus
fedimint-server/src/config @fedimint/consensus
modules/fedimint-ln-server @fedimint/consensus
modules/fedimint-mint-server @fedimint/consensus
modules/fedimint-wallet-server @fedimint/consensus
./fedimint-core/src/config.rs @fedimint/consensus
crypto/ @fedimint/crypto