[CODEOWNER] Fix sourcecode path.
authorGichan Jang <gichan2.jang@samsung.com>
Fri, 10 Dec 2021 04:30:19 +0000 (13:30 +0900)
committerjaeyun-jung <39614140+jaeyun-jung@users.noreply.github.com>
Fri, 10 Dec 2021 05:00:57 +0000 (14:00 +0900)
Currently, the source code path of the CODEOWNER is set differently than we were intended.
For example, /c/* mathces files like `c/README.md`
but not further nested files like `c/src/ml-api-common.c`
To include nested files, fix source code path syntex.

Signed-off-by: Gichan Jang <gichan2.jang@samsung.com>
.github/CODEOWNERS

index 676e08b..e4deddf 100644 (file)
@@ -1,14 +1,14 @@
 # C-API
-/c/* @jaeyun-jung @again4you @myungjoo @helloahn @anyj0527 @gichan-jang
+/c/ @jaeyun-jung @again4you @myungjoo @helloahn @anyj0527 @gichan-jang
 
 # C++-API (SNAP & nntrainer, nnstreamer-pipeline)
-/cpp/* @nnstreamer/snap @jijoongmoon @kparichay @myungjoo @again4you
+/cpp/ @nnstreamer/snap @jijoongmoon @kparichay @myungjoo @again4you
 
 # Java-API
-/java/* @jaeyun-jung @again4you @myungjoo @helloahn @anyj0527 @gichan-jang
+/java/ @jaeyun-jung @again4you @myungjoo @helloahn @anyj0527 @gichan-jang
 
 # .NET-API
-/dotnet/* @again4you @jaeyun-jung @myungjoo @gichan-jang
+/dotnet/ @again4you @jaeyun-jung @myungjoo @gichan-jang
 
 # Others (integration, infra/tool files)
 * @myungjoo @jijoongmoon @again4you @jaeyun-jung