From b4481619716756b15ffb166070b7c47ada031e69 Mon Sep 17 00:00:00 2001 From: Dana Benson Date: Wed, 8 Jan 2020 09:46:49 -0800 Subject: [PATCH] add codeowners file --- .github/CODEOWNERS | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..4921454 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,10 @@ +# Each line is a file pattern followed by one or more owners (@username or +# email@address). +# +# Order is important. The last matching pattern has the most precedence. +# So if a pull request only touches javascript files, only these owners +# will be requested to review. +# +# @See https://help.github.com/articles/about-codeowners/ + +* @aws/sagemakerexperimentsadmin \ No newline at end of file