[FIX] Remove static variables in device existence check
[platform/adaptation/npu/trix-engine.git] / .github / labeler.yml
1 core:
2 - src/**/*
3
4 test:
5 - tests/**/*
6
7 util:
8 - utils/**/*
9
10 plugin:
11 - plugins/**/*
12
13 doc:
14 - docs/**/*
15
16 api:
17 - include/host/libnpuhost.h
18
19 npubinfmt:
20 - include/common/npubinfmt.h
21
22 typedef:
23 - include/common/typedef.h
24
25 dist:
26 - debian/**/*
27 - packaging/**/*
28
29 action:
30 - .github/**/*
31
32 release:
33 - CHANGES
34
35 ahub:
36 - .ahub/**/*