labeler.yml 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259
  1. #
  2. # Copyright (c) 2006-2024, RT-Thread Development Team
  3. #
  4. # SPDX-License-Identifier: Apache-2.0
  5. #
  6. # Change Logs:
  7. # Date Author Notes
  8. # 2024-08-26 supperthomas the first version
  9. #
  10. # glob 代表文件夹
  11. # ref https://github.com/actions/labeler
  12. BSP:
  13. - changed-files:
  14. - any-glob-to-any-file: bsp/**
  15. 'BSP: STM32':
  16. - changed-files:
  17. - any-glob-to-any-file: bsp/stm32/**
  18. 'BSP: NXP':
  19. - changed-files:
  20. - any-glob-to-any-file: bsp/nxp/**
  21. 'BSP: GD32':
  22. - changed-files:
  23. - any-glob-to-any-file: bsp/gd32/**
  24. 'BSP: AT32':
  25. - changed-files:
  26. - any-glob-to-any-file: bsp/at32/**
  27. 'BSP: Infineon':
  28. - changed-files:
  29. - any-glob-to-any-file: bsp/Infineon/**
  30. 'BSP: Renesas':
  31. - changed-files:
  32. - any-glob-to-any-file: bsp/renesas/**
  33. 'BSP: Phytium':
  34. - changed-files:
  35. - any-glob-to-any-file: bsp/phytium/**
  36. 'BSP: Cvitek':
  37. - changed-files:
  38. - any-glob-to-any-file: bsp/cvitek/**
  39. 'BSP: WCH':
  40. - changed-files:
  41. - any-glob-to-any-file: bsp/wch/**
  42. testcase:
  43. - changed-files:
  44. - any-glob-to-any-file: examples/**
  45. tools:
  46. - changed-files:
  47. - any-glob-to-any-file: tools/**
  48. Kernel:
  49. - changed-files:
  50. - any-glob-to-any-file: src/**
  51. action:
  52. - changed-files:
  53. - any-glob-to-any-file: .github/**
  54. - any-glob-to-any-file: tools/ci/**
  55. Component:
  56. - changed-files:
  57. - any-glob-to-any-file: components/**
  58. 'component: lwp':
  59. - changed-files:
  60. - any-glob-to-any-file: components/lwp**
  61. 'component: dfsv1':
  62. - changed-files:
  63. - any-glob-to-any-file: components/dfs_v1**
  64. 'component: dfsv2':
  65. - changed-files:
  66. - any-glob-to-any-file: components/dfs_v2**
  67. 'component: net':
  68. - changed-files:
  69. - any-glob-to-any-file: components/net**
  70. 'component: net/at':
  71. - changed-files:
  72. - any-glob-to-any-file: components/net/at**
  73. 'component: net/lwip':
  74. - changed-files:
  75. - any-glob-to-any-file: components/net/lwip**
  76. 'component: net/netdev':
  77. - changed-files:
  78. - any-glob-to-any-file: components/net/netdev**
  79. 'component: net/sal':
  80. - changed-files:
  81. - any-glob-to-any-file: components/net/sal**
  82. 'component: drivers':
  83. - changed-files:
  84. - any-glob-to-any-file: components/drivers**
  85. 'component: drivers/audio':
  86. - changed-files:
  87. - any-glob-to-any-file: components/drivers/audio**
  88. 'component: drivers/can':
  89. - changed-files:
  90. - any-glob-to-any-file: components/drivers/can**
  91. 'component: drivers/clk':
  92. - changed-files:
  93. - any-glob-to-any-file: components/drivers/clk**
  94. 'component: drivers/core':
  95. - changed-files:
  96. - any-glob-to-any-file: components/drivers/core**
  97. 'component: drivers/cputime':
  98. - changed-files:
  99. - any-glob-to-any-file: components/drivers/cputime**
  100. 'component: drivers/graphic':
  101. - changed-files:
  102. - any-glob-to-any-file: components/drivers/graphic**
  103. 'component: drivers/hwcrypto':
  104. - changed-files:
  105. - any-glob-to-any-file: components/drivers/hwcrypto**
  106. 'component: drivers/hwtimer':
  107. - changed-files:
  108. - any-glob-to-any-file: components/drivers/hwtimer**
  109. 'component: drivers/i2c':
  110. - changed-files:
  111. - any-glob-to-any-file: components/drivers/i2c**
  112. 'component: drivers/ipc':
  113. - changed-files:
  114. - any-glob-to-any-file: components/drivers/ipc**
  115. 'component: drivers/ktime':
  116. - changed-files:
  117. - any-glob-to-any-file: components/drivers/ktime**
  118. 'component: drivers/misc':
  119. - changed-files:
  120. - any-glob-to-any-file: components/drivers/misc**
  121. 'component: drivers/mtd':
  122. - changed-files:
  123. - any-glob-to-any-file: components/drivers/mtd**
  124. 'component: drivers/ofw':
  125. - changed-files:
  126. - any-glob-to-any-file: components/drivers/ofw**
  127. 'component: drivers/pci':
  128. - changed-files:
  129. - any-glob-to-any-file: components/drivers/pci**
  130. 'component: drivers/phy':
  131. - changed-files:
  132. - any-glob-to-any-file: components/drivers/phy**
  133. 'component: drivers/pic':
  134. - changed-files:
  135. - any-glob-to-any-file: components/drivers/pic**
  136. 'component: drivers/pinctrl':
  137. - changed-files:
  138. - any-glob-to-any-file: components/drivers/pinctrl**
  139. 'component: drivers/pm':
  140. - changed-files:
  141. - any-glob-to-any-file: components/drivers/pm**
  142. 'component: drivers/rtc':
  143. - changed-files:
  144. - any-glob-to-any-file: components/drivers/rtc**
  145. 'component: drivers/sdio':
  146. - changed-files:
  147. - any-glob-to-any-file: components/drivers/sdio**
  148. 'component: drivers/sensor_v1':
  149. - changed-files:
  150. - any-glob-to-any-file: components/drivers/sensor/v1**
  151. 'component: drivers/sensor_v2':
  152. - changed-files:
  153. - any-glob-to-any-file: components/drivers/sensor/v2**
  154. 'component: drivers/serial':
  155. - changed-files:
  156. - any-glob-to-any-file: components/drivers/serial**
  157. 'component: drivers/spi':
  158. - changed-files:
  159. - any-glob-to-any-file: components/drivers/spi**
  160. 'component: drivers/touch':
  161. - changed-files:
  162. - any-glob-to-any-file: components/drivers/touch**
  163. 'component: drivers/usb':
  164. - changed-files:
  165. - any-glob-to-any-file: components/drivers/usb**
  166. 'component: drivers/virtio':
  167. - changed-files:
  168. - any-glob-to-any-file: components/drivers/virtio**
  169. 'component: drivers/watchdog':
  170. - changed-files:
  171. - any-glob-to-any-file: components/drivers/watchdog**
  172. 'component: drivers/wlan':
  173. - changed-files:
  174. - any-glob-to-any-file: components/drivers/wlan**
  175. 'component: finsh':
  176. - changed-files:
  177. - any-glob-to-any-file: components/finsh**
  178. libcpu:
  179. - changed-files:
  180. - any-glob-to-any-file: libcpu/**
  181. 'Arch: ARM/AArch64':
  182. - changed-files:
  183. - any-glob-to-any-file: libcpu/aarch64/**
  184. 'Arch: RISC-V':
  185. - changed-files:
  186. - any-glob-to-any-file: libcpu/risc-v/**
  187. - any-glob-to-any-file: BSP/wch/**
  188. - any-glob-to-any-file: BSP/k210/**
  189. - any-glob-to-any-file: BSP/cvitek/**
  190. - any-glob-to-any-file: BSP/hpmicro/**
  191. - any-glob-to-any-file: BSP/ESP32_C3/**
  192. - any-glob-to-any-file: BSP/core-v-mcu/**
  193. - any-glob-to-any-file: BSP/gd32/risc-v/**
  194. - any-glob-to-any-file: BSP/allwinner/d1/**
  195. - any-glob-to-any-file: BSP/allwinner/d1s/**
  196. - any-glob-to-any-file: BSP/qemu-virt64-riscv/**
  197. Doc:
  198. - changed-files:
  199. - any-glob-to-any-file: documentation/**