labeler.yml 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. # target/*
  2. "target/airoha":
  3. - "target/linux/airoha/**"
  4. "target/apm821xx":
  5. - "target/linux/apm821xx/**"
  6. "target/archs38":
  7. - "target/linux/archs38/**"
  8. "target/armvirt":
  9. - "target/linux/armvirt/**"
  10. "target/at91":
  11. - "target/linux/at91/**"
  12. - "package/boot/at91bootstrap/**"
  13. - "package/boot/uboot-at91/**"
  14. "target/ath25":
  15. - "target/linux/ath25/**"
  16. "target/ath79":
  17. - "target/linux/ath79/**"
  18. "target/bcm27xx":
  19. - "target/linux/bcm27xx/**"
  20. - "package/kernel/bcm27xx-gpu-fw/**"
  21. "target/bcm47xx":
  22. - "target/linux/bcm47xx/**"
  23. "target/bcm4908":
  24. - "target/linux/bcm4908/**"
  25. - "package/boot/uboot-bcm4908/**"
  26. "target/bcm53xx":
  27. - "target/linux/bcm53xx/**"
  28. "target/bcm63xx":
  29. - "target/linux/bcm63xx/**"
  30. - "package/kernel/bcm63xx-cfe/**"
  31. - "package/boot/arm-trusted-firmware-bcm63xx/**"
  32. "target/bmips":
  33. - "target/linux/bmips/**"
  34. "target/gemini":
  35. - "target/linux/gemini/**"
  36. "target/imx":
  37. - "target/linux/imx/**"
  38. - "package/boot/imx-bootlets/**"
  39. - "package/boot/uboot-imx/**"
  40. "target/ipq40xx":
  41. - "target/linux/ipq40xx/**"
  42. "target/ipq806x":
  43. - "target/linux/ipq806x/**"
  44. "target/ipq807x":
  45. - "target/linux/ipq807x/**"
  46. "target/kirkwood":
  47. - "target/linux/kirkwood/**"
  48. - "package/boot/uboot-kirkwood/**"
  49. "target/lantiq":
  50. - "target/linux/lantiq/**"
  51. - "package/kernel/lantiq/**"
  52. - "package/firmware/lantiq/**"
  53. - "package/boot/uboot-lantiq/**"
  54. "target/layerscape":
  55. - "target/linux/layerscape/**"
  56. - "package/firmware/layerscape/**"
  57. - "package/boot/tfa-layerscape/**"
  58. - "package/boot/uboot-layerscape/**"
  59. - "package/network/utils/layerscape/**"
  60. "target/malta":
  61. - "target/linux/malta/**"
  62. "target/mediatek":
  63. - "target/linux/mediatek/**"
  64. - "package/boot/arm-trusted-firmware-mediatek/**"
  65. - "package/boot/uboot-mediatek/**"
  66. "target/mpc85xx":
  67. - "target/linux/mpc85xx/**"
  68. "target/mvebu":
  69. - "target/linux/mvebu/**"
  70. - "package/boot/arm-trusted-firmware-mvebu/**"
  71. - "package/boot/uboot-mvebu/**"
  72. "target/mxs":
  73. - "target/linux/mxs/**"
  74. - "package/boot/uboot-mxs/**"
  75. "target/octeon":
  76. - "target/linux/octeon/**"
  77. "target/octeontx":
  78. - "target/linux/octeontx/**"
  79. "target/omap":
  80. - "target/linux/omap/**"
  81. - "package/boot/uboot-omap/**"
  82. "target/oxnas":
  83. - "target/linux/oxnas/**"
  84. - "package/boot/uboot-oxnas/**"
  85. "target/pistachio":
  86. - "target/linux/pistachio/**"
  87. "target/qoriq":
  88. - "target/linux/qoriq/**"
  89. "target/ramips":
  90. - "target/linux/ramips/**"
  91. "target/realtek":
  92. - "target/linux/realtek/**"
  93. "target/rockchip":
  94. - "target/linux/rockchip/**"
  95. - "package/boot/arm-trusted-firmware-rockchip/**"
  96. - "package/boot/uboot-rockchip/**"
  97. "target/sunxi":
  98. - "target/linux/sunxi/**"
  99. - "package/boot/arm-trusted-firmware-sunxi/**"
  100. - "package/boot/uboot-sunxi/**"
  101. "target/tegra":
  102. - "target/linux/tegra/**"
  103. - "package/boot/uboot-tegra/**"
  104. "target/uml":
  105. - "target/linux/uml/**"
  106. "target/x86":
  107. - "target/linux/x86/**"
  108. "target/zynq":
  109. - "target/linux/zynq/**"
  110. - "package/boot/uboot-zynq/**"
  111. # target/imagebuilder
  112. "target/imagebuilder":
  113. - "target/imagebuilder/**"
  114. # kernel
  115. "kernel":
  116. - "target/linux/generic/**"
  117. - "target/linux/**/config-*"
  118. - "target/linux/**/patches-*"
  119. - "target/linux/**/files/**"
  120. - "package/kernel/linux/**"
  121. # core packages
  122. "core packages":
  123. - "package/**"
  124. # build/scripts/tools
  125. "build/scripts/tools":
  126. - "include/**"
  127. - "scripts/**"
  128. - "tools/**"
  129. # toolchain
  130. "toolchain":
  131. - "toolchain/**"
  132. # GitHub/CI
  133. "GitHub/CI":
  134. - ".github/**"