-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathCODEOWNERS
24 lines (22 loc) · 889 Bytes
/
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
# When a part of the project is modified that is owned by a code owner,
# the code owner has to be included in the respective PR's reviewer list.
# The code owner has the right to delegate the responsibility to review.
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
/node/ @sea212
/runtime/ @sea212
# Ignore everything but mod.rs in /runtime/common/src/weights/
/runtime/common/src/weights/*
/runtime/common/src/weights/mod.rs @sea212
/zrml/authorized/ @Chralt98
/zrml/court/ @Chralt98
/zrml/global-disputes/ @Chralt98
/zrml/market-commons/ @maltekliemann
/zrml/neo-swaps/ @maltekliemann
/zrml/orderbook/ @Chralt98
/zrml/parimutuel/ @Chralt98
/zrml/prediction-markets/ @maltekliemann
/zrml/styx/ @yornaath
/zrml/swaps/ @maltekliemann
# Skip weight and Cargo.toml files
**/weights.rs
**/Cargo.toml