labeler.yml 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291
  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. - src/aclk/**
  17. - src/database/sqlite/sqlite_aclk*
  18. - src/aclk/mqtt_websockets
  19. area/claim:
  20. - any:
  21. - changed-files:
  22. - any-glob-to-any-file:
  23. - src/claim/*
  24. area/exporting:
  25. - any:
  26. - changed-files:
  27. - any-glob-to-any-file:
  28. - src/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. - src/daemon/**
  49. area/database:
  50. - any:
  51. - changed-files:
  52. - any-glob-to-any-file:
  53. - src/database/**
  54. area/docs:
  55. - any:
  56. - changed-files:
  57. - any-glob-to-any-file:
  58. - "*.md"
  59. - "**/*.md"
  60. - "**/*.mdx"
  61. - docs/diagrams/**
  62. # -----------------collectors----------------------
  63. area/collectors:
  64. - any:
  65. - changed-files:
  66. - any-glob-to-any-file:
  67. - src/collectors/**
  68. - src/go/**
  69. collectors/apps:
  70. - any:
  71. - changed-files:
  72. - any-glob-to-any-file:
  73. - src/collectors/apps.plugin/**
  74. collectors/cgroups:
  75. - any:
  76. - changed-files:
  77. - any-glob-to-any-file:
  78. - src/collectors/cgroups.plugin/**
  79. collectors/charts.d:
  80. - any:
  81. - changed-files:
  82. - any-glob-to-any-file:
  83. - src/collectors/charts.d.plugin/**
  84. collectors/cups:
  85. - any:
  86. - changed-files:
  87. - any-glob-to-any-file:
  88. - src/collectors/cups.plugin/**
  89. collectors/debugfs:
  90. - any:
  91. - changed-files:
  92. - any-glob-to-any-file:
  93. - src/collectors/debugfs.plugin/**
  94. collectors/diskspace:
  95. - any:
  96. - changed-files:
  97. - any-glob-to-any-file:
  98. - src/collectors/diskspace.plugin/**
  99. collectors/ebpf:
  100. - any:
  101. - changed-files:
  102. - any-glob-to-any-file:
  103. - src/collectors/ebpf.plugin/**
  104. collectors/freebsd:
  105. - any:
  106. - changed-files:
  107. - any-glob-to-any-file:
  108. - src/collectors/freebsd.plugin/**
  109. collectors/freeipmi:
  110. - any:
  111. - changed-files:
  112. - any-glob-to-any-file:
  113. - src/collectors/freeipmi.plugin/**
  114. collectors/go.d:
  115. - any:
  116. - changed-files:
  117. - any-glob-to-any-file:
  118. - src/go/**
  119. collectors/idlejitter:
  120. - any:
  121. - changed-files:
  122. - any-glob-to-any-file:
  123. - src/collectors/idlejitter.plugin/**
  124. collectors/ioping:
  125. - any:
  126. - changed-files:
  127. - any-glob-to-any-file:
  128. - src/collectors/ioping.plugin/**
  129. collectors/macos:
  130. - any:
  131. - changed-files:
  132. - any-glob-to-any-file:
  133. - src/collectors/macos.plugin/**
  134. collectors/nfacct:
  135. - any:
  136. - changed-files:
  137. - any-glob-to-any-file:
  138. - src/collectors/nfacct.plugin/**
  139. collectors/perf:
  140. - any:
  141. - changed-files:
  142. - any-glob-to-any-file:
  143. - src/collectors/perf.plugin/**
  144. collectors/proc:
  145. - any:
  146. - changed-files:
  147. - any-glob-to-any-file:
  148. - src/collectors/proc.plugin/**
  149. collectors/python.d:
  150. - any:
  151. - changed-files:
  152. - any-glob-to-any-file:
  153. - src/collectors/python.d.plugin/**
  154. collectors/slabinfo:
  155. - any:
  156. - changed-files:
  157. - any-glob-to-any-file:
  158. - src/collectors/slabinfo.plugin/**
  159. collectors/statsd:
  160. - any:
  161. - changed-files:
  162. - any-glob-to-any-file:
  163. - src/collectors/statsd.plugin/**
  164. collectors/systemd-journal:
  165. - any:
  166. - changed-files:
  167. - any-glob-to-any-file:
  168. - src/collectors/systemd-journal.plugin/**
  169. collectors/tc:
  170. - any:
  171. - changed-files:
  172. - any-glob-to-any-file:
  173. - src/collectors/tc.plugin/**
  174. collectors/timex:
  175. - any:
  176. - changed-files:
  177. - any-glob-to-any-file:
  178. - src/collectors/timex.plugin/**
  179. collectors/windows:
  180. - any:
  181. - changed-files:
  182. - any-glob-to-any-file:
  183. - src/collectors/windows.plugin/**
  184. collectors/xenstat:
  185. - any:
  186. - changed-files:
  187. - any-glob-to-any-file:
  188. - src/collectors/xenstat.plugin/**
  189. # ----------------/collectors----------------------
  190. area/go:
  191. - any:
  192. - changed-files:
  193. - any-glob-to-any-file:
  194. - src/go/**
  195. area/health:
  196. - any:
  197. - changed-files:
  198. - any-glob-to-any-file:
  199. - src/health/**
  200. area/metadata:
  201. - any:
  202. - changed-files:
  203. - any-glob-to-any-file:
  204. - "**/*metadata.yaml"
  205. - integrations/**
  206. area/ml:
  207. - any:
  208. - changed-files:
  209. - any-glob-to-any-file:
  210. - src/ml/**
  211. area/packaging:
  212. - any:
  213. - changed-files:
  214. - any-glob-to-any-file:
  215. - packaging/**
  216. - system/**
  217. - Dockerfile*
  218. - netdata-installer.sh
  219. - netdata.spec.in
  220. area/registry:
  221. - any:
  222. - changed-files:
  223. - any-glob-to-any-file:
  224. - src/registry/**
  225. area/streaming:
  226. - any:
  227. - changed-files:
  228. - any-glob-to-any-file:
  229. - src/streaming/**
  230. area/tests:
  231. - any:
  232. - changed-files:
  233. - any-glob-to-any-file:
  234. - tests/**
  235. - src/daemon/unit_test*
  236. - packaging/utils/coverity-scan.sh
  237. area/web:
  238. - any:
  239. - changed-files:
  240. - any-glob-to-any-file:
  241. - src/web/**
  242. area/plugins.d:
  243. - any:
  244. - changed-files:
  245. - any-glob-to-any-file:
  246. - src/plugins.d/**