Skip to content

Commit dec34f9

Browse files
committed
[action]Supplementary part bsp, Component's label.
1 parent 0b1ba0f commit dec34f9

File tree

1 file changed

+72
-2
lines changed

1 file changed

+72
-2
lines changed

.github/labeler.yml

+72-2
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,89 @@ BSP:
2323
- changed-files:
2424
- any-glob-to-any-file: bsp/nxp/**
2525

26+
'BSP: GD32':
27+
- changed-files:
28+
- any-glob-to-any-file: bsp/gd32/**
29+
30+
'BSP: AT32':
31+
- changed-files:
32+
- any-glob-to-any-file: bsp/at32/**
33+
34+
'BSP: Infineon':
35+
- changed-files:
36+
- any-glob-to-any-file: bsp/Infineon/**
37+
38+
'BSP: Renesas':
39+
- changed-files:
40+
- any-glob-to-any-file: bsp/renesas/**
41+
42+
'BSP: Phytium':
43+
- changed-files:
44+
- any-glob-to-any-file: bsp/phytium/**
45+
2646
'BSP: Cvitek':
2747
- changed-files:
2848
- any-glob-to-any-file: bsp/cvitek/**
2949

30-
'BSP: GD32':
50+
'BSP: WCH':
3151
- changed-files:
32-
- any-glob-to-any-file: bsp/gd32/**
52+
- any-glob-to-any-file: bsp/wch/**
53+
54+
testcase:
55+
- changed-files:
56+
- any-glob-to-any-file: examples/**
57+
58+
tools:
59+
- changed-files:
60+
- any-glob-to-any-file: tools/**
61+
62+
Kernel:
63+
- changed-files:
64+
- any-glob-to-any-file: src/**
3365

3466
action:
3567
- changed-files:
3668
- any-glob-to-any-file: .github/**
3769
- any-glob-to-any-file: tools/ci/**
3870

71+
Component:
72+
- changed-files:
73+
- any-glob-to-any-file: components/**
74+
75+
'component: lwp':
76+
- changed-files:
77+
- any-glob-to-any-file: components/lwp**
78+
79+
'component: dfsv1':
80+
- changed-files:
81+
- any-glob-to-any-file: components/dfs_v1**
82+
83+
'component: dfsv2':
84+
- changed-files:
85+
- any-glob-to-any-file: components/dfs_v2**
86+
87+
libcpu:
88+
- changed-files:
89+
- any-glob-to-any-file: libcpu/**
90+
91+
'Arch: ARM/AArch64':
92+
- changed-files:
93+
- any-glob-to-any-file: libcpu/aarch64/**
94+
95+
'Arch: RISC-V':
96+
- changed-files:
97+
- any-glob-to-any-file: libcpu/risc-v/**
98+
- any-glob-to-any-file: BSP/wch/**
99+
- any-glob-to-any-file: BSP/k210/**
100+
- any-glob-to-any-file: BSP/cvitek/**
101+
- any-glob-to-any-file: BSP/hpmicro/**
102+
- any-glob-to-any-file: BSP/ESP32_C3/**
103+
- any-glob-to-any-file: BSP/core-v-mcu/**
104+
- any-glob-to-any-file: BSP/gd32/risc-v/**
105+
- any-glob-to-any-file: BSP/allwinner/d1/**
106+
- any-glob-to-any-file: BSP/allwinner/d1s/**
107+
- any-glob-to-any-file: BSP/qemu-virt64-riscv/**
108+
39109
Doc:
40110
- changed-files:
41111
- any-glob-to-any-file: documentation/**

0 commit comments

Comments
 (0)