forked from digital-asset/daml
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
21 lines (16 loc) · 908 Bytes
/
CODEOWNERS
File metadata and controls
21 lines (16 loc) · 908 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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).
sdk/bazel-java-deps.bzl @digital-asset/daml-release-owners
CODEOWNERS @dylant-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
# Temporary owners to prevent unexpected changes to daml-lf and engine
/sdk/daml-lf @remyhaemmerle-da @carlpulley-da @dylant-da