-
Notifications
You must be signed in to change notification settings - Fork 204
/
CODEOWNERS
Validating CODEOWNERS rules...
54 lines (41 loc) · 1.5 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
# 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 @basvangijzel-DA @dylant-da @gerolf-da @paulbrauner-da @remyhaemmerle-da
/sdk/LATEST @digital-asset/daml-release-owners
# Build / CI / environment
/ci/ @digital-asset/daml-language
/sdk/dev-env/ @digital-asset/daml-language
/sdk/nix/ @digital-asset/daml-language
azure-pipelines.yml @digital-asset/daml-language
azure-cron.yml @digital-asset/daml-language
sdk/release/ @digital-asset/daml-language
sdk/release.sh @digital-asset/daml-language
# Blackduck
/sdk/NOTICES
# Compatibility test
/sdk/compatibility/ @digital-asset/daml-language @digital-asset/kv-participant
# Language
/sdk/daml-assistant/ @digital-asset/daml-language
/sdk/daml-script/
/sdk/compiler/ @digital-asset/daml-language
/sdk/libs-haskell/ @digital-asset/daml-language
/sdk/ghc-lib/ @digital-asset/daml-language
/sdk/test-common/canton/
# Runtime
/sdk/daml-lf/
# Ecosystems
/sdk/language-support/hs/ @digital-asset/daml-language
/sdk/language-support/java/
/sdk/language-support/scala/
/sdk/language-support/ts/
# Application Runtime
/sdk/ledger-service/
/sdk/runtime-components/
# Canton code drop
/sdk/canton/
# Misc
/sdk/docs/
/sdk/libs-scala/
# Observability related libraries
/sdk/observability