[Action] Add missing labeler config file
authorDongju Chae <dongju.chae@samsung.com>
Wed, 7 Jul 2021 11:51:08 +0000 (20:51 +0900)
committernnsuite.sec/On-Device Lab./Principal Professional/삼성전자 <nnsuite@samsung.com>
Wed, 7 Jul 2021 12:07:11 +0000 (21:07 +0900)
This patch adds missing labeler config file.

Signed-off-by: Dongju Chae <dongju.chae@samsung.com>
.github/labeler.yml [new file with mode: 0644]

diff --git a/.github/labeler.yml b/.github/labeler.yml
new file mode 100644 (file)
index 0000000..c805db6
--- /dev/null
@@ -0,0 +1,30 @@
+core:
+- src/*
+
+test:
+- tests/*
+
+util:
+- utils/*
+
+plugin:
+- plugins/*
+
+doc:
+- docs/*
+
+api:
+- include/host/libnpuhost.h
+
+npubinfmt:
+- include/common/npubinfmt.h
+
+typedef:
+- include/common/typedef.h
+
+dist:
+- debian/*
+- packaging/*
+
+action:
+- .github/*