Skip to content

Commit 10cd5ed

Browse files
committed
[action]Supplementary part bsp, Component's label.
1 parent a8ff514 commit 10cd5ed

File tree

1 file changed

+50
-2
lines changed

1 file changed

+50
-2
lines changed

.github/labeler.yml

+50-2
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,67 @@ 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/**
3353

3454
action:
3555
- changed-files:
3656
- any-glob-to-any-file: .github/**
3757
- any-glob-to-any-file: tools/ci/**
3858

59+
Component:
60+
- changed-files:
61+
- any-glob-to-any-file: components/**
62+
63+
'component: lwp':
64+
- changed-files:
65+
- any-glob-to-any-file: components/lwp**
66+
67+
'component: dfsv1':
68+
- changed-files:
69+
- any-glob-to-any-file: components/dfs_v1**
70+
71+
'component: dfsv2':
72+
- changed-files:
73+
- any-glob-to-any-file: components/dfs_v2**
74+
75+
libcpu:
76+
- changed-files:
77+
- any-glob-to-any-file: libcpu/**
78+
79+
'Arch: ARM/AArch64':
80+
- changed-files:
81+
- any-glob-to-any-file: libcpu/aarch64/**
82+
83+
'Arch: RISC-V':
84+
- changed-files:
85+
- any-glob-to-any-file: libcpu/risc-v/**
86+
3987
Doc:
4088
- changed-files:
4189
- any-glob-to-any-file: documentation/**

0 commit comments

Comments
 (0)