Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# **Please** keep this file ordered alphabetically by directory paths.

# Owners for the `.github` directory and all its subdirectories.
/.github/ @aptos-labs/prod-eng
/.github/ @movementlabsxyz/movementinfra

# Owners for the `/api` directory and all its subdirectories.
/api/ @banool @gregnazario @0xmaayan
Expand Down Expand Up @@ -80,11 +80,11 @@
/crates/inspection-service/ @joshlind

# Owners for the `/dashboards` directory and all its subdirectories.
/dashboards/ @aptos-labs/prod-eng
/dashboards/ @movementlabsxyz/movementinfra

# Owners for the `/docker` directory and all its subdirectories.
/docker/ @aptos-labs/prod-eng
/docker/builder/docker-bake-rust-all.hcl @aptos-labs/prod-eng @aptos-labs/security
/docker/ @movementlabsxyz/movementinfra
/docker/builder/docker-bake-rust-all.hcl @movementlabsxyz/movementinfra @aptos-labs/security

# Owners for execution and storage.
/execution/ @msmouse @lightmark @grao1991
Expand All @@ -96,7 +96,7 @@
/network/ @joshlind @zekun000

# Owners for the scripts
/scripts/ @aptos-labs/prod-eng
/scripts/ @movementlabsxyz/movementinfra
/scripts/authenticator_regenerate.sh @alinush @hariria @heliuchuan
/scripts/algebra-gas/ @zjma

Expand All @@ -107,7 +107,7 @@
/storage/ @msmouse @lightmark @grao1991

# Owners for the `/terraform` directory and all its subdirectories.
/terraform/ @aptos-labs/prod-eng
/terraform/ @movementlabsxyz/movementinfra

# Owners for the `aptos-dkg` crate.
/crates/aptos-dkg @alinush @rex1fernando
Expand Down
Loading