Skip to content

Commit 613021a

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

File tree

1 file changed

+40
-40
lines changed

1 file changed

+40
-40
lines changed

.github/labeler.yml

+40-40
Original file line numberDiff line numberDiff line change
@@ -74,163 +74,163 @@ Component:
7474

7575
'component: lwp':
7676
- changed-files:
77-
- any-glob-to-any-file: components/lwp**
77+
- any-glob-to-any-file: components/lwp/**
7878

7979
'component: dfsv1':
8080
- changed-files:
81-
- any-glob-to-any-file: components/dfs_v1**
81+
- any-glob-to-any-file: components/dfs_v1/**
8282

8383
'component: dfsv2':
8484
- changed-files:
85-
- any-glob-to-any-file: components/dfs_v2**
85+
- any-glob-to-any-file: components/dfs_v2/**
8686

8787
'component: net':
8888
- changed-files:
89-
- any-glob-to-any-file: components/net**
89+
- any-glob-to-any-file: components/net/**
9090

9191
'component: net/at':
9292
- changed-files:
93-
- any-glob-to-any-file: components/net/at**
93+
- any-glob-to-any-file: components/net/at/**
9494

9595
'component: net/lwip':
9696
- changed-files:
97-
- any-glob-to-any-file: components/net/lwip**
97+
- any-glob-to-any-file: components/net/lwip/**
9898

9999
'component: net/netdev':
100100
- changed-files:
101-
- any-glob-to-any-file: components/net/netdev**
101+
- any-glob-to-any-file: components/net/netdev/**
102102

103103
'component: net/sal':
104104
- changed-files:
105-
- any-glob-to-any-file: components/net/sal**
105+
- any-glob-to-any-file: components/net/sal/**
106106

107107
'component: drivers':
108108
- changed-files:
109-
- any-glob-to-any-file: components/drivers**
109+
- any-glob-to-any-file: components/drivers/**
110110

111111
'component: drivers/audio':
112112
- changed-files:
113-
- any-glob-to-any-file: components/drivers/audio**
113+
- any-glob-to-any-file: components/drivers/audio/**
114114

115115
'component: drivers/can':
116116
- changed-files:
117-
- any-glob-to-any-file: components/drivers/can**
117+
- any-glob-to-any-file: components/drivers/can/**
118118

119119
'component: drivers/clk':
120120
- changed-files:
121-
- any-glob-to-any-file: components/drivers/clk**
121+
- any-glob-to-any-file: components/drivers/clk/**
122122

123123
'component: drivers/core':
124124
- changed-files:
125-
- any-glob-to-any-file: components/drivers/core**
125+
- any-glob-to-any-file: components/drivers/core/**
126126

127127
'component: drivers/cputime':
128128
- changed-files:
129-
- any-glob-to-any-file: components/drivers/cputime**
129+
- any-glob-to-any-file: components/drivers/cputime/**
130130

131131
'component: drivers/graphic':
132132
- changed-files:
133-
- any-glob-to-any-file: components/drivers/graphic**
133+
- any-glob-to-any-file: components/drivers/graphic/**
134134

135135
'component: drivers/hwcrypto':
136136
- changed-files:
137-
- any-glob-to-any-file: components/drivers/hwcrypto**
137+
- any-glob-to-any-file: components/drivers/hwcrypto/**
138138

139139
'component: drivers/hwtimer':
140140
- changed-files:
141-
- any-glob-to-any-file: components/drivers/hwtimer**
141+
- any-glob-to-any-file: components/drivers/hwtimer/**
142142

143143
'component: drivers/i2c':
144144
- changed-files:
145-
- any-glob-to-any-file: components/drivers/i2c**
145+
- any-glob-to-any-file: components/drivers/i2c/**
146146

147147
'component: drivers/ipc':
148148
- changed-files:
149-
- any-glob-to-any-file: components/drivers/ipc**
149+
- any-glob-to-any-file: components/drivers/ipc/**
150150

151151
'component: drivers/ktime':
152152
- changed-files:
153-
- any-glob-to-any-file: components/drivers/ktime**
153+
- any-glob-to-any-file: components/drivers/ktime/**
154154

155155
'component: drivers/misc':
156156
- changed-files:
157-
- any-glob-to-any-file: components/drivers/misc**
157+
- any-glob-to-any-file: components/drivers/misc/**
158158

159159
'component: drivers/mtd':
160160
- changed-files:
161-
- any-glob-to-any-file: components/drivers/mtd**
161+
- any-glob-to-any-file: components/drivers/mtd/**
162162

163163
'component: drivers/ofw':
164164
- changed-files:
165-
- any-glob-to-any-file: components/drivers/ofw**
165+
- any-glob-to-any-file: components/drivers/ofw/**
166166

167167
'component: drivers/pci':
168168
- changed-files:
169-
- any-glob-to-any-file: components/drivers/pci**
169+
- any-glob-to-any-file: components/drivers/pci/**
170170

171171
'component: drivers/phy':
172172
- changed-files:
173-
- any-glob-to-any-file: components/drivers/phy**
173+
- any-glob-to-any-file: components/drivers/phy/**
174174

175175
'component: drivers/pic':
176176
- changed-files:
177-
- any-glob-to-any-file: components/drivers/pic**
177+
- any-glob-to-any-file: components/drivers/pic/**
178178

179179
'component: drivers/pinctrl':
180180
- changed-files:
181-
- any-glob-to-any-file: components/drivers/pinctrl**
181+
- any-glob-to-any-file: components/drivers/pinctrl/**
182182

183183
'component: drivers/pm':
184184
- changed-files:
185-
- any-glob-to-any-file: components/drivers/pm**
185+
- any-glob-to-any-file: components/drivers/pm/**
186186

187187
'component: drivers/rtc':
188188
- changed-files:
189-
- any-glob-to-any-file: components/drivers/rtc**
189+
- any-glob-to-any-file: components/drivers/rtc/**
190190

191191
'component: drivers/sdio':
192192
- changed-files:
193-
- any-glob-to-any-file: components/drivers/sdio**
193+
- any-glob-to-any-file: components/drivers/sdio/**
194194

195195
'component: drivers/sensor_v1':
196196
- changed-files:
197-
- any-glob-to-any-file: components/drivers/sensor/v1**
197+
- any-glob-to-any-file: components/drivers/sensor/v1/**
198198

199199
'component: drivers/sensor_v2':
200200
- changed-files:
201-
- any-glob-to-any-file: components/drivers/sensor/v2**
201+
- any-glob-to-any-file: components/drivers/sensor/v2/**
202202

203203
'component: drivers/serial':
204204
- changed-files:
205-
- any-glob-to-any-file: components/drivers/serial**
205+
- any-glob-to-any-file: components/drivers/serial/**
206206

207207
'component: drivers/spi':
208208
- changed-files:
209-
- any-glob-to-any-file: components/drivers/spi**
209+
- any-glob-to-any-file: components/drivers/spi/**
210210

211211
'component: drivers/touch':
212212
- changed-files:
213-
- any-glob-to-any-file: components/drivers/touch**
213+
- any-glob-to-any-file: components/drivers/touch/**
214214

215215
'component: drivers/usb':
216216
- changed-files:
217-
- any-glob-to-any-file: components/drivers/usb**
217+
- any-glob-to-any-file: components/drivers/usb/**
218218

219219
'component: drivers/virtio':
220220
- changed-files:
221-
- any-glob-to-any-file: components/drivers/virtio**
221+
- any-glob-to-any-file: components/drivers/virtio/**
222222

223223
'component: drivers/watchdog':
224224
- changed-files:
225-
- any-glob-to-any-file: components/drivers/watchdog**
225+
- any-glob-to-any-file: components/drivers/watchdog/**
226226

227227
'component: drivers/wlan':
228228
- changed-files:
229-
- any-glob-to-any-file: components/drivers/wlan**
229+
- any-glob-to-any-file: components/drivers/wlan/**
230230

231231
'component: finsh':
232232
- changed-files:
233-
- any-glob-to-any-file: components/finsh**
233+
- any-glob-to-any-file: components/finsh/**
234234

235235
libcpu:
236236
- changed-files:

0 commit comments

Comments
 (0)