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