forked from superfluid-finance/protocol-monorepo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCODEOWNERS
20 lines (17 loc) · 820 Bytes
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# REFERENCE: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# By default no owner, so everyone in the protocal devs group can approve the pull request
* @superfluid-finance/protocol-devs
# Workflow files are gatekept by MiaoZC
/.github/ @hellwolf
/tasks/ @hellwolf
/.yarn/ @hellwolf
# Packages
#
/packages/spec-haskell/ @hellwolf
/packages/ethereum-contracts/ @hellwolf @0xdavinchee @d10r
/packages/metadata @hellwolf @d10r @ngmachado @0xdavinchee @kasparkallas @vmichalik
/packages/js-sdk/ @hellwolf @kasparkallas @0xdavinchee
/packages/subgraph/ @0xdavinchee @kasparkallas @hellwolf
/packages/sdk-core/ @0xdavinchee @kasparkallas @hellwolf
/packages/sdk-redux/ @0xdavinchee @kasparkallas @hellwolf
/packages/hot-fuzz/ @hellwolf