From 827f93389811f7a92df1412e4e2b02dfd3146bc0 Mon Sep 17 00:00:00 2001 From: MyungJoo Ham Date: Thu, 24 May 2018 16:41:37 +0900 Subject: [PATCH] [CI] Add CodeOwners Entries Initial codeowner entries for nnstreamer. We need to fill this in with more people and directories as we progress. Signed-off-by: MyungJoo Ham --- .github/CODEOWNERS | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..89ca96d --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,28 @@ +# This is a comment. +# Each line is a file pattern followed by one or more owners. +# For more details, visit https://help.github.com/articles/about-codeowners/ + +# Note that the current version of github.sec.samsung.net does not translate +# @org/team-name (e.g., @RS7-STAR/audri_maintainers), even though +# https://help.github.com/articles/about-codeowners/ depicts @org/team-name +# as well as @username format. +# So, We must write all IDs of @RS7-STAR/audri_maintainers manually. + +# Note that when we migrate this to github.com, we need to rewrite the whole +# entries. + +* @myungjoo-ham @wook16-song + +/packaging/ @geunsik-lim @sangjung-woo @wook16-song + +/include/ @myungjoo-ham + +/tensor_converter @myungjoo-ham + +/tensor_transform @myungjoo-ham + +/tensor_filter @myungjoo-ham + +/tensor_sink @myungjoo-ham + +/tensor_merge @myungjoo-ham -- 2.7.4