-
Notifications
You must be signed in to change notification settings - Fork 153
/
CODEOWNERS
Validating CODEOWNERS rules...
25 lines (18 loc) · 1.36 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
# This file creates codeowners for the documentation. It will allow setting code reviewers for all Pull requests to merge to the master branch
# Each line is a file pattern followed by one or more owners.
# Refernce guide - https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-code-owners#example-[…]ners-file
# Example - These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence,
# @global-owner1 and @global-owner2 will be requested for
# review when someone opens a pull request.
# * @global-owner1 @global-owner2
* @aws-maens @aws-mesharma @rgrandhiamzn
src/examples/mxnet/ @aws-rhsoln @aws-sadaf @aws-maens
neuron-guide/neuron-frameworks/mxnet-neuron/ @aws-rhsoln @aws-maens
neuron-guide/neuron-frameworks/mxnet-neuron/tutorials/ @kct22aws @musunita @aws-rhsoln @aws-maens
src/examples/tensorflow/ @awshaichen @aws-sadaf @aws-maens
neuron-guide/neuron-frameworks/tensorflow-neuron/ @awshaichen @aws-maens
neuron-guide/neuron-frameworks/tensorflow-neuron/tutorials/ @kct22aws @musunita @awshaichen @aws-maens
src/examples/pytorch/ @jluntamazon @aws-sadaf @aws-maens
neuron-guide/neuron-frameworks/pytorch-neuron/ @jluntamazon @aws-maens
neuron-guide/neuron-frameworks/pytorch-neuron/tutorials/ @kct22aws @musunita @jluntamazon @aws-maens