labeler.yml 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263
  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. RT-Smart:
  59. - changed-files:
  60. - any-glob-to-any-file: components/lwp/**
  61. 'component: lwp':
  62. - changed-files:
  63. - any-glob-to-any-file: components/lwp/**
  64. 'component: dfsv1':
  65. - changed-files:
  66. - any-glob-to-any-file: components/dfs_v1/**
  67. 'component: dfsv2':
  68. - changed-files:
  69. - any-glob-to-any-file: components/dfs_v2/**
  70. 'component: net':
  71. - changed-files:
  72. - any-glob-to-any-file: components/net/**
  73. 'component: net/at':
  74. - changed-files:
  75. - any-glob-to-any-file: components/net/at/**
  76. 'component: net/lwip':
  77. - changed-files:
  78. - any-glob-to-any-file: components/net/lwip/**
  79. 'component: net/netdev':
  80. - changed-files:
  81. - any-glob-to-any-file: components/net/netdev/**
  82. 'component: net/sal':
  83. - changed-files:
  84. - any-glob-to-any-file: components/net/sal/**
  85. 'component: drivers':
  86. - changed-files:
  87. - any-glob-to-any-file: components/drivers/**
  88. 'component: drivers/audio':
  89. - changed-files:
  90. - any-glob-to-any-file: components/drivers/audio/**
  91. 'component: drivers/can':
  92. - changed-files:
  93. - any-glob-to-any-file: components/drivers/can/**
  94. 'component: drivers/clk':
  95. - changed-files:
  96. - any-glob-to-any-file: components/drivers/clk/**
  97. 'component: drivers/core':
  98. - changed-files:
  99. - any-glob-to-any-file: components/drivers/core/**
  100. 'component: drivers/cputime':
  101. - changed-files:
  102. - any-glob-to-any-file: components/drivers/cputime/**
  103. 'component: drivers/graphic':
  104. - changed-files:
  105. - any-glob-to-any-file: components/drivers/graphic/**
  106. 'component: drivers/hwcrypto':
  107. - changed-files:
  108. - any-glob-to-any-file: components/drivers/hwcrypto/**
  109. 'component: drivers/hwtimer':
  110. - changed-files:
  111. - any-glob-to-any-file: components/drivers/hwtimer/**
  112. 'component: drivers/i2c':
  113. - changed-files:
  114. - any-glob-to-any-file: components/drivers/i2c/**
  115. 'component: drivers/ipc':
  116. - changed-files:
  117. - any-glob-to-any-file: components/drivers/ipc/**
  118. 'component: drivers/ktime':
  119. - changed-files:
  120. - any-glob-to-any-file: components/drivers/ktime/**
  121. 'component: drivers/misc':
  122. - changed-files:
  123. - any-glob-to-any-file: components/drivers/misc/**
  124. 'component: drivers/mtd':
  125. - changed-files:
  126. - any-glob-to-any-file: components/drivers/mtd/**
  127. 'component: drivers/ofw':
  128. - changed-files:
  129. - any-glob-to-any-file: components/drivers/ofw/**
  130. 'component: drivers/pci':
  131. - changed-files:
  132. - any-glob-to-any-file: components/drivers/pci/**
  133. 'component: drivers/phy':
  134. - changed-files:
  135. - any-glob-to-any-file: components/drivers/phy/**
  136. 'component: drivers/pic':
  137. - changed-files:
  138. - any-glob-to-any-file: components/drivers/pic/**
  139. 'component: drivers/pinctrl':
  140. - changed-files:
  141. - any-glob-to-any-file: components/drivers/pinctrl/**
  142. 'component: drivers/pm':
  143. - changed-files:
  144. - any-glob-to-any-file: components/drivers/pm/**
  145. 'component: drivers/rtc':
  146. - changed-files:
  147. - any-glob-to-any-file: components/drivers/rtc/**
  148. 'component: drivers/sdio':
  149. - changed-files:
  150. - any-glob-to-any-file: components/drivers/sdio/**
  151. 'component: drivers/sensor_v1':
  152. - changed-files:
  153. - any-glob-to-any-file: components/drivers/sensor/v1/**
  154. 'component: drivers/sensor_v2':
  155. - changed-files:
  156. - any-glob-to-any-file: components/drivers/sensor/v2/**
  157. 'component: drivers/serial':
  158. - changed-files:
  159. - any-glob-to-any-file: components/drivers/serial/**
  160. 'component: drivers/spi':
  161. - changed-files:
  162. - any-glob-to-any-file: components/drivers/spi/**
  163. 'component: drivers/touch':
  164. - changed-files:
  165. - any-glob-to-any-file: components/drivers/touch/**
  166. 'component: drivers/usb':
  167. - changed-files:
  168. - any-glob-to-any-file: components/drivers/usb/**
  169. 'component: drivers/virtio':
  170. - changed-files:
  171. - any-glob-to-any-file: components/drivers/virtio/**
  172. 'component: drivers/watchdog':
  173. - changed-files:
  174. - any-glob-to-any-file: components/drivers/watchdog/**
  175. 'component: drivers/wlan':
  176. - changed-files:
  177. - any-glob-to-any-file: components/drivers/wlan/**
  178. 'component: finsh':
  179. - changed-files:
  180. - any-glob-to-any-file: components/finsh/**
  181. libcpu:
  182. - changed-files:
  183. - any-glob-to-any-file: libcpu/**
  184. 'Arch: ARM/AArch64':
  185. - changed-files:
  186. - any-glob-to-any-file: libcpu/aarch64/**
  187. 'Arch: RISC-V':
  188. - changed-files:
  189. - any-glob-to-any-file: libcpu/risc-v/**
  190. - any-glob-to-any-file: BSP/wch/**
  191. - any-glob-to-any-file: BSP/k210/**
  192. - any-glob-to-any-file: BSP/cvitek/**
  193. - any-glob-to-any-file: BSP/hpmicro/**
  194. - any-glob-to-any-file: BSP/ESP32_C3/**
  195. - any-glob-to-any-file: BSP/core-v-mcu/**
  196. - any-glob-to-any-file: BSP/gd32/risc-v/**
  197. - any-glob-to-any-file: BSP/allwinner/d1/**
  198. - any-glob-to-any-file: BSP/allwinner/d1s/**
  199. - any-glob-to-any-file: BSP/qemu-virt64-riscv/**
  200. Doc:
  201. - changed-files:
  202. - any-glob-to-any-file: documentation/**