labeler.yml 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281
  1. # This configures label matching for PR's.
  2. #
  3. # The keys are labels, and the values are lists of minimatch patterns
  4. # to which those labels apply.
  5. #
  6. # NOTE: This can only add labels, not remove them.
  7. # NOTE: Due to YAML syntax limitations, patterns or labels which start
  8. # with a character that is part of the standard YAML syntax must be
  9. # quoted.
  10. #
  11. # Please keep the labels sorted and deduplicated.
  12. area/ACLK:
  13. - any:
  14. - changed-files:
  15. - any-glob-to-any-file:
  16. - aclk/**
  17. - database/sqlite/sqlite_aclk*
  18. - mqtt_websockets
  19. area/claim:
  20. - any:
  21. - changed-files:
  22. - any-glob-to-any-file:
  23. - claim/*
  24. area/exporting:
  25. - any:
  26. - changed-files:
  27. - any-glob-to-any-file:
  28. - exporting/**
  29. area/build:
  30. - any:
  31. - changed-files:
  32. - any-glob-to-any-file:
  33. - build/**
  34. - build_external/**
  35. - CMakeLists.txt
  36. - configure.ac
  37. - Makefile.am
  38. - "**/Makefile.am"
  39. area/ci:
  40. - any:
  41. - changed-files:
  42. - any-glob-to-any-file:
  43. - .github/**
  44. area/daemon:
  45. - any:
  46. - changed-files:
  47. - any-glob-to-any-file:
  48. - daemon/**
  49. area/database:
  50. - any:
  51. - changed-files:
  52. - any-glob-to-any-file:
  53. - database/**
  54. area/docs:
  55. - any:
  56. - changed-files:
  57. - any-glob-to-any-file:
  58. - "*.md"
  59. - "**/*.md"
  60. - "**/*.mdx"
  61. - diagrams/**
  62. # -----------------collectors----------------------
  63. area/collectors:
  64. - any:
  65. - changed-files:
  66. - any-glob-to-any-file:
  67. - collectors/**
  68. collectors/plugins.d:
  69. - any:
  70. - changed-files:
  71. - any-glob-to-any-file:
  72. - collectors/plugins.d/**
  73. collectors/apps:
  74. - any:
  75. - changed-files:
  76. - any-glob-to-any-file:
  77. - collectors/apps.plugin/**
  78. collectors/cgroups:
  79. - any:
  80. - changed-files:
  81. - any-glob-to-any-file:
  82. - collectors/cgroups.plugin/**
  83. collectors/charts.d:
  84. - any:
  85. - changed-files:
  86. - any-glob-to-any-file:
  87. - collectors/charts.d.plugin/**
  88. collectors/cups:
  89. - any:
  90. - changed-files:
  91. - any-glob-to-any-file:
  92. - collectors/cups.plugin/**
  93. collectors/debugfs:
  94. - any:
  95. - changed-files:
  96. - any-glob-to-any-file:
  97. - collectors/debugfs.plugin/**
  98. collectors/diskspace:
  99. - any:
  100. - changed-files:
  101. - any-glob-to-any-file:
  102. - collectors/diskspace.plugin/**
  103. collectors/ebpf:
  104. - any:
  105. - changed-files:
  106. - any-glob-to-any-file:
  107. - collectors/ebpf.plugin/**
  108. collectors/freebsd:
  109. - any:
  110. - changed-files:
  111. - any-glob-to-any-file:
  112. - collectors/freebsd.plugin/**
  113. collectors/freeipmi:
  114. - any:
  115. - changed-files:
  116. - any-glob-to-any-file:
  117. - collectors/freeipmi.plugin/**
  118. collectors/idlejitter:
  119. - any:
  120. - changed-files:
  121. - any-glob-to-any-file:
  122. - collectors/idlejitter.plugin/**
  123. collectors/ioping:
  124. - any:
  125. - changed-files:
  126. - any-glob-to-any-file:
  127. - collectors/ioping.plugin/**
  128. collectors/macos:
  129. - any:
  130. - changed-files:
  131. - any-glob-to-any-file:
  132. - collectors/macos.plugin/**
  133. collectors/nfacct:
  134. - any:
  135. - changed-files:
  136. - any-glob-to-any-file:
  137. - collectors/nfacct.plugin/**
  138. collectors/perf:
  139. - any:
  140. - changed-files:
  141. - any-glob-to-any-file:
  142. - collectors/perf.plugin/**
  143. collectors/proc:
  144. - any:
  145. - changed-files:
  146. - any-glob-to-any-file:
  147. - collectors/proc.plugin/**
  148. collectors/python.d:
  149. - any:
  150. - changed-files:
  151. - any-glob-to-any-file:
  152. - collectors/python.d.plugin/**
  153. collectors/slabinfo:
  154. - any:
  155. - changed-files:
  156. - any-glob-to-any-file:
  157. - collectors/slabinfo.plugin/**
  158. collectors/statsd:
  159. - any:
  160. - changed-files:
  161. - any-glob-to-any-file:
  162. - collectors/statsd.plugin/**
  163. collectors/systemd-journal:
  164. - any:
  165. - changed-files:
  166. - any-glob-to-any-file:
  167. - collectors/systemd-journal.plugin/**
  168. collectors/tc:
  169. - any:
  170. - changed-files:
  171. - any-glob-to-any-file:
  172. - collectors/tc.plugin/**
  173. collectors/timex:
  174. - any:
  175. - changed-files:
  176. - any-glob-to-any-file:
  177. - collectors/timex.plugin/**
  178. collectors/xenstat:
  179. - any:
  180. - changed-files:
  181. - any-glob-to-any-file:
  182. - collectors/xenstat.plugin/**
  183. # ----------------/collectors----------------------
  184. area/health:
  185. - any:
  186. - changed-files:
  187. - any-glob-to-any-file:
  188. - health/**
  189. area/metadata:
  190. - any:
  191. - changed-files:
  192. - any-glob-to-any-file:
  193. - "**/*metadata.yaml"
  194. - integrations/**
  195. area/ml:
  196. - any:
  197. - changed-files:
  198. - any-glob-to-any-file:
  199. - ml/**
  200. area/packaging:
  201. - any:
  202. - changed-files:
  203. - any-glob-to-any-file:
  204. - contrib/**
  205. - packaging/**
  206. - system/**
  207. - Dockerfile*
  208. - netdata-installer.sh
  209. - netdata.spec.in
  210. area/registry:
  211. - any:
  212. - changed-files:
  213. - any-glob-to-any-file:
  214. - registry/**
  215. area/streaming:
  216. - any:
  217. - changed-files:
  218. - any-glob-to-any-file:
  219. - streaming/**
  220. area/tests:
  221. - any:
  222. - changed-files:
  223. - any-glob-to-any-file:
  224. - tests/**
  225. - daemon/unit_test*
  226. - coverity-scan.sh
  227. - cppcheck.sh
  228. - netdata.cppcheck
  229. area/web:
  230. - any:
  231. - changed-files:
  232. - any-glob-to-any-file:
  233. - web/**
  234. area/logs-management:
  235. - any:
  236. - changed-files:
  237. - any-glob-to-any-file:
  238. - logsmanagement/**