-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCODEOWNERS
23 lines (18 loc) · 834 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
# 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 FTE team can approve the pull request
* @superfluid-finance/fte
# Workflow files are gatekept by MiaoZC
.github/ @hellwolf
tasks/ @hellwolf
.yarn/ @hellwolf
# Packages
#
packages/ethereum-contracts/ @hellwolf
packages/spec-haskell/ @hellwolf
packages/js-sdk/ @hellwolf @0xdavinchee
packages/subgraph/ @0xdavinchee @kasparkallas @hellwolf
packages/sdk-core/ @0xdavinchee @kasparkallas @hellwolf
packages/sdk-redux/ @0xdavinchee @kasparkallas @hellwolf
# Examples owned by the DEVX crew
.github/workflows/handler.build-examples.yml @saflamini @ngmachado @JoshuaTrujillo15 @hellwolf
examples/ @saflamini @ngmachado @JoshuaTrujillo15 @hellwolf