Skip to content

Commit cadcd81

Browse files
committed
[ci]修正#9441-label路径设置错误问题
1 parent accd616 commit cadcd81

File tree

1 file changed

+44
-40
lines changed

1 file changed

+44
-40
lines changed

.github/labeler.yml

+44-40
Original file line numberDiff line numberDiff line change
@@ -72,165 +72,169 @@ Component:
7272
- changed-files:
7373
- any-glob-to-any-file: components/**
7474

75+
RT-Smart:
76+
- changed-files:
77+
- any-glob-to-any-file: components/lwp/**
78+
7579
'component: lwp':
7680
- changed-files:
77-
- any-glob-to-any-file: components/lwp**
81+
- any-glob-to-any-file: components/lwp/**
7882

7983
'component: dfsv1':
8084
- changed-files:
81-
- any-glob-to-any-file: components/dfs_v1**
85+
- any-glob-to-any-file: components/dfs_v1/**
8286

8387
'component: dfsv2':
8488
- changed-files:
85-
- any-glob-to-any-file: components/dfs_v2**
89+
- any-glob-to-any-file: components/dfs_v2/**
8690

8791
'component: net':
8892
- changed-files:
89-
- any-glob-to-any-file: components/net**
93+
- any-glob-to-any-file: components/net/**
9094

9195
'component: net/at':
9296
- changed-files:
93-
- any-glob-to-any-file: components/net/at**
97+
- any-glob-to-any-file: components/net/at/**
9498

9599
'component: net/lwip':
96100
- changed-files:
97-
- any-glob-to-any-file: components/net/lwip**
101+
- any-glob-to-any-file: components/net/lwip/**
98102

99103
'component: net/netdev':
100104
- changed-files:
101-
- any-glob-to-any-file: components/net/netdev**
105+
- any-glob-to-any-file: components/net/netdev/**
102106

103107
'component: net/sal':
104108
- changed-files:
105-
- any-glob-to-any-file: components/net/sal**
109+
- any-glob-to-any-file: components/net/sal/**
106110

107111
'component: drivers':
108112
- changed-files:
109-
- any-glob-to-any-file: components/drivers**
113+
- any-glob-to-any-file: components/drivers/**
110114

111115
'component: drivers/audio':
112116
- changed-files:
113-
- any-glob-to-any-file: components/drivers/audio**
117+
- any-glob-to-any-file: components/drivers/audio/**
114118

115119
'component: drivers/can':
116120
- changed-files:
117-
- any-glob-to-any-file: components/drivers/can**
121+
- any-glob-to-any-file: components/drivers/can/**
118122

119123
'component: drivers/clk':
120124
- changed-files:
121-
- any-glob-to-any-file: components/drivers/clk**
125+
- any-glob-to-any-file: components/drivers/clk/**
122126

123127
'component: drivers/core':
124128
- changed-files:
125-
- any-glob-to-any-file: components/drivers/core**
129+
- any-glob-to-any-file: components/drivers/core/**
126130

127131
'component: drivers/cputime':
128132
- changed-files:
129-
- any-glob-to-any-file: components/drivers/cputime**
133+
- any-glob-to-any-file: components/drivers/cputime/**
130134

131135
'component: drivers/graphic':
132136
- changed-files:
133-
- any-glob-to-any-file: components/drivers/graphic**
137+
- any-glob-to-any-file: components/drivers/graphic/**
134138

135139
'component: drivers/hwcrypto':
136140
- changed-files:
137-
- any-glob-to-any-file: components/drivers/hwcrypto**
141+
- any-glob-to-any-file: components/drivers/hwcrypto/**
138142

139143
'component: drivers/hwtimer':
140144
- changed-files:
141-
- any-glob-to-any-file: components/drivers/hwtimer**
145+
- any-glob-to-any-file: components/drivers/hwtimer/**
142146

143147
'component: drivers/i2c':
144148
- changed-files:
145-
- any-glob-to-any-file: components/drivers/i2c**
149+
- any-glob-to-any-file: components/drivers/i2c/**
146150

147151
'component: drivers/ipc':
148152
- changed-files:
149-
- any-glob-to-any-file: components/drivers/ipc**
153+
- any-glob-to-any-file: components/drivers/ipc/**
150154

151155
'component: drivers/ktime':
152156
- changed-files:
153-
- any-glob-to-any-file: components/drivers/ktime**
157+
- any-glob-to-any-file: components/drivers/ktime/**
154158

155159
'component: drivers/misc':
156160
- changed-files:
157-
- any-glob-to-any-file: components/drivers/misc**
161+
- any-glob-to-any-file: components/drivers/misc/**
158162

159163
'component: drivers/mtd':
160164
- changed-files:
161-
- any-glob-to-any-file: components/drivers/mtd**
165+
- any-glob-to-any-file: components/drivers/mtd/**
162166

163167
'component: drivers/ofw':
164168
- changed-files:
165-
- any-glob-to-any-file: components/drivers/ofw**
169+
- any-glob-to-any-file: components/drivers/ofw/**
166170

167171
'component: drivers/pci':
168172
- changed-files:
169-
- any-glob-to-any-file: components/drivers/pci**
173+
- any-glob-to-any-file: components/drivers/pci/**
170174

171175
'component: drivers/phy':
172176
- changed-files:
173-
- any-glob-to-any-file: components/drivers/phy**
177+
- any-glob-to-any-file: components/drivers/phy/**
174178

175179
'component: drivers/pic':
176180
- changed-files:
177-
- any-glob-to-any-file: components/drivers/pic**
181+
- any-glob-to-any-file: components/drivers/pic/**
178182

179183
'component: drivers/pinctrl':
180184
- changed-files:
181-
- any-glob-to-any-file: components/drivers/pinctrl**
185+
- any-glob-to-any-file: components/drivers/pinctrl/**
182186

183187
'component: drivers/pm':
184188
- changed-files:
185-
- any-glob-to-any-file: components/drivers/pm**
189+
- any-glob-to-any-file: components/drivers/pm/**
186190

187191
'component: drivers/rtc':
188192
- changed-files:
189-
- any-glob-to-any-file: components/drivers/rtc**
193+
- any-glob-to-any-file: components/drivers/rtc/**
190194

191195
'component: drivers/sdio':
192196
- changed-files:
193-
- any-glob-to-any-file: components/drivers/sdio**
197+
- any-glob-to-any-file: components/drivers/sdio/**
194198

195199
'component: drivers/sensor_v1':
196200
- changed-files:
197-
- any-glob-to-any-file: components/drivers/sensor/v1**
201+
- any-glob-to-any-file: components/drivers/sensor/v1/**
198202

199203
'component: drivers/sensor_v2':
200204
- changed-files:
201-
- any-glob-to-any-file: components/drivers/sensor/v2**
205+
- any-glob-to-any-file: components/drivers/sensor/v2/**
202206

203207
'component: drivers/serial':
204208
- changed-files:
205-
- any-glob-to-any-file: components/drivers/serial**
209+
- any-glob-to-any-file: components/drivers/serial/**
206210

207211
'component: drivers/spi':
208212
- changed-files:
209-
- any-glob-to-any-file: components/drivers/spi**
213+
- any-glob-to-any-file: components/drivers/spi/**
210214

211215
'component: drivers/touch':
212216
- changed-files:
213-
- any-glob-to-any-file: components/drivers/touch**
217+
- any-glob-to-any-file: components/drivers/touch/**
214218

215219
'component: drivers/usb':
216220
- changed-files:
217-
- any-glob-to-any-file: components/drivers/usb**
221+
- any-glob-to-any-file: components/drivers/usb/**
218222

219223
'component: drivers/virtio':
220224
- changed-files:
221-
- any-glob-to-any-file: components/drivers/virtio**
225+
- any-glob-to-any-file: components/drivers/virtio/**
222226

223227
'component: drivers/watchdog':
224228
- changed-files:
225-
- any-glob-to-any-file: components/drivers/watchdog**
229+
- any-glob-to-any-file: components/drivers/watchdog/**
226230

227231
'component: drivers/wlan':
228232
- changed-files:
229-
- any-glob-to-any-file: components/drivers/wlan**
233+
- any-glob-to-any-file: components/drivers/wlan/**
230234

231235
'component: finsh':
232236
- changed-files:
233-
- any-glob-to-any-file: components/finsh**
237+
- any-glob-to-any-file: components/finsh/**
234238

235239
libcpu:
236240
- changed-files:

0 commit comments

Comments
 (0)