generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 532
Expand file tree
/
Copy pathCODEOWNERS
More file actions
30 lines (22 loc) · 1.43 KB
/
CODEOWNERS
File metadata and controls
30 lines (22 loc) · 1.43 KB
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
# This is a comment.
# Each line is a file pattern followed by one or more owners.
# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence,
# @dl-containers will be requested for
# review when someone opens a pull request.
* @aws/dl-containers
# Common files that is managed by multiple owners
available_images.md @aws/dl-containers @aws/dlc-autogluon-reviewers @aws/dlc-neuron-reviewers @aws/dlc-eia-reviewers @aws/dlc-trcomp-reviewers @aws/dlc-lmi-reviewers @aws/sagemaker-1p-algorithms @aws/dlc-pytorch-reviewers @aws/dlc-triton-reviewers
# Any files modified under autogluon/ will be assigned to the autogluon reviewer team
autogluon/ @aws/dlc-autogluon-reviewers
test/sagemaker_tests/autogluon @aws/dlc-autogluon-reviewers
# Any PR with a file with "neuron" in it will be assigned to the neuron reviewer team
*neuron* @aws/dlc-neuron-reviewers
# Any PR with a file with "trcomp" in it will be assigned to the SM Training Compiler team
*trcomp* @aws/dlc-trcomp-reviewers
# Any PR with a file with "inductor" in it will be assigned to the SM Training Compiler team
*inductor* @aws/dlc-trcomp-reviewers
# Any PR with a file with "smdataparallel" in it will be assigned to the SM DataParallel team
*smdataparallel* @aws/dlc-smddp-reviewers
# Any PR with a file with "smmodelparallel" in it will be assigned to the SM ModelParallel team
*smmodelparallel* @aws/dlc-sm-model-parallel-reviewers