labeler.yml 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  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. "target/ath25":
  13. - "target/linux/ath25/**"
  14. "target/ath79":
  15. - "target/linux/ath79/**"
  16. "target/bcm27xx":
  17. - "target/linux/bcm27xx/**"
  18. "target/bcm47xx":
  19. - "target/linux/bcm47xx/**"
  20. "target/bcm4908":
  21. - "target/linux/bcm4908/**"
  22. "target/bcm53xx":
  23. - "target/linux/bcm53xx/**"
  24. "target/bcm63xx":
  25. - "target/linux/bcm63xx/**"
  26. "target/bmips":
  27. - "target/linux/bmips/**"
  28. "target/gemini":
  29. - "target/linux/gemini/**"
  30. "target/imx":
  31. - "target/linux/imx/**"
  32. "target/ipq40xx":
  33. - "target/linux/ipq40xx/**"
  34. "target/ipq806x":
  35. - "target/linux/ipq806x/**"
  36. "target/kirkwood":
  37. - "target/linux/kirkwood/**"
  38. "target/lantiq":
  39. - "target/linux/lantiq/**"
  40. "target/layerscape":
  41. - "target/linux/layerscape/**"
  42. "target/malta":
  43. - "target/linux/malta/**"
  44. "target/mediatek":
  45. - "target/linux/mediatek/**"
  46. "target/mpc85xx":
  47. - "target/linux/mpc85xx/**"
  48. "target/mvebu":
  49. - "target/linux/mvebu/**"
  50. "target/mxs":
  51. - "target/linux/mxs/**"
  52. "target/octeon":
  53. - "target/linux/octeon/**"
  54. "target/octeontx":
  55. - "target/linux/octeontx/**"
  56. "target/omap":
  57. - "target/linux/omap/**"
  58. "target/oxnas":
  59. - "target/linux/oxnas/**"
  60. "target/pistachio":
  61. - "target/linux/pistachio/**"
  62. "target/qoriq":
  63. - "target/linux/qoriq/**"
  64. "target/ramips":
  65. - "target/linux/ramips/**"
  66. "target/realtek":
  67. - "target/linux/realtek/**"
  68. "target/rockchip":
  69. - "target/linux/rockchip/**"
  70. "target/sunxi":
  71. - "target/linux/sunxi/**"
  72. "target/tegra":
  73. - "target/linux/tegra/**"
  74. "target/uml":
  75. - "target/linux/uml/**"
  76. "target/x86":
  77. - "target/linux/x86/**"
  78. "target/zynq":
  79. - "target/linux/zynq/**"
  80. # target/imagebuilder
  81. "target/imagebuilder":
  82. - "target/imagebuilder/**"
  83. # kernel
  84. "kernel":
  85. - "target/linux/generic/**"
  86. - "target/linux/**/config-*"
  87. - "target/linux/**/patches-*"
  88. - "target/linux/**/files/**"
  89. - "package/kernel/linux/**"
  90. # core packages
  91. "core packages":
  92. - "package/**"
  93. # build/scripts/tools
  94. "build/scripts/tools":
  95. - "include/**"
  96. - "scripts/**"
  97. - "tools/**"
  98. # toolchain
  99. "toolchain":
  100. - "toolchain/**"
  101. # GitHub/CI
  102. "GitHub/CI":
  103. - ".github/**"