This repository has been archived by the owner on Mar 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
CODEOWNERS
Validating CODEOWNERS rules...
65 lines (61 loc) · 2.77 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# Lists some code owners.
#
# A codeowner just oversees some part of the codebase. If an owned file is changed then the
# corresponding codeowner receives a review request. An approval of the codeowner is
# not required for merging a PR though.
#
# **This is pretty much an experiment at the moment**. Feel free to remove yourself at any time if
# you do not want to receive review requests any longer.
#
# For details about syntax, see:
# https://help.github.com/en/articles/about-code-owners
# But here are some important notes:
#
# - Glob syntax is git-like, e.g. `/core` means the core directory in the root, unlike `core` which
# can be everywhere.
# - Multiple owners are supported.
# - Either handle (e.g, @AurevoirXavier) or email can be used. Keep in mind, that handles might work
# better because they are more recognizable on GitHub, you can use them for mentioning unlike
# an email.
# - The latest matching rule, if multiple, takes precedence.
/bin/node/bridge-primitives/pangolin/ @AurevoirXavier
/bin/node/cli/ @AurevoirXavier
/bin/node/primitive/ @AurevoirXavier
/bin/node/runtime/pangolin/ @AsceticBear @AurevoirXavier
/client/cli/ @AurevoirXavier
/client/dvm/ @AsceticBear
/frame/balances/ @AurevoirXavier @HackFisher
/frame/balances/rpc/ @AurevoirXavier
/frame/balances/rpc/runtime-api/ @AurevoirXavier
/frame/bridge/crab/backing/ @AurevoirXavier @HackFisher
/frame/bridge/crab/issuing/ @AurevoirXavier @HackFisher
/frame/bridge/ethereum/backing/ @AurevoirXavier @HackFisher
/frame/bridge/ethereum/issuing/ @xiaoch05
/frame/bridge/ethereum/linear-relay/ @AurevoirXavier @HackFisher
/frame/bridge/ethereum/relay/ @AurevoirXavier @HackFisher
/frame/bridge/relay-authorities/ @AurevoirXavier
/frame/bridge/relayer-game/ @AurevoirXavier
/frame/bridge/tron/backing/ @AurevoirXavier @HackFisher
/frame/claims/ @AurevoirXavier @HackFisher
/frame/democracy/ @AurevoirXavier
/frame/dvm/ @AsceticBear @AurevoirXavier @HackFisher
/frame/dvm/rpc/ @AsceticBear @AurevoirXavier
/frame/dvm/rpc/runtime-api/ @AsceticBear @AurevoirXavier
/frame/dvm-dynamic-fee/ @AsceticBear @AurevoirXavier @HackFisher
/frame/elections-phragmen/ @AurevoirXavier
/frame/evm/ @AsceticBear @HackFisher
/frame/evm/precompile/ @AsceticBear @HackFisher @xiaoch05
/frame/header-mmr/ @AurevoirXavier @HackFisher
/frame/staking/ @AurevoirXavier @HackFisher
/frame/staking/rpc/ @AurevoirXavier
/frame/staking/rpc/runtime-api/ @AurevoirXavier
/frame/support/ @AurevoirXavier @HackFisher
/frame/treasury/ @AurevoirXavier @HackFisher
/frame/vesting/ @AurevoirXavier
/primitives/consensus/ @AsceticBear
/primitives/ethereum-primitives/ @AurevoirXavier @HackFisher
/primitives/evm/ @AsceticBear
/primitives/merkle-patricia-trie/ @AurevoirXavier @HackFisher
/primitives/relay/ @AurevoirXavier
/primitives/rpc/ @AsceticBear
/primitives/storage/ @AsceticBear