forked from digital-asset/daml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CODEOWNERS
Validating CODEOWNERS rules...
39 lines (30 loc) · 1.14 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
# https://help.github.com/articles/about-codeowners/
# Note that accounts or teams mentioned must have WRITE access to the repository.
# Only files explicitly mentioned are guarded by code owners (no * rule).
CODEOWNERS @bitonic @neil-da @hurryabit @cbaatz-da
# Build / CI / environment
/ci/ @garyverhaegen-da
/dev-env/ @garyverhaegen-da
/nix/ @garyverhaegen-da
/infra/ @garyverhaegen-da
azure-pipelines.yml @garyverhaegen-da
azure-cron.yml @garyverhaegen-da
# Language
/compiler/ @hurryabit
/daml-foundations/ @hurryabit
/libs-haskell/ @hurryabit
# Runtime
/daml-lf/ @leo-da @S11001001
/daml-lf/governance.rst @bitonic @remyhaemmerle-da @S11001001
/daml-lf/archive/da/ @bitonic @remyhaemmerle-da
/daml-lf/spec/ @bitonic @remyhaemmerle-da @S11001001
/daml-lf/validation/ @remyhaemmerle-da
/ledger/ @gerolf-da @rautenrieth-da
/ledger-api/ @gerolf-da
# Ecosystems
/language-support/java/ @gerolf-da @nicholassmith-da
/language-support/scala/ @leo-da @S11001001
# Tools
/extractor/ @leo-da @S11001001
# Misc
/docs/ @bethaitman