labeler.yml 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  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. - aclk/*
  14. - aclk/**/*
  15. - database/sqlite/sqlite_aclk*
  16. - mqtt_websockets
  17. area/claim:
  18. - claim/*
  19. area/exporting:
  20. - exporting/*
  21. - exporting/**/*
  22. area/build:
  23. - build/*
  24. - build/**/*
  25. - build_external/*
  26. - build_external/**/*
  27. - CMakeLists.txt
  28. - configure.ac
  29. - Makefile.am
  30. - "**/Makefile.am"
  31. area/ci:
  32. - .github/*
  33. - .github/**/*
  34. area/daemon:
  35. - daemon/*
  36. - daemon/**/*
  37. area/database:
  38. - database/*
  39. - database/**/*
  40. area/docs:
  41. - "*.md"
  42. - "**/*.md"
  43. - "**/*.mdx"
  44. - diagrams/*
  45. - diagrams/**/*
  46. # -----------------collectors----------------------
  47. area/collectors:
  48. - collectors/*
  49. - collectors/**/*
  50. collectors/plugins.d:
  51. - collectors/plugins.d/*
  52. - collectors/plugins.d/**/*
  53. collectors/apps:
  54. - collectors/apps.plugin/*
  55. - collectors/apps.plugin/**/*
  56. collectors/cgroups:
  57. - collectors/cgroups.plugin/*
  58. - collectors/cgroups.plugin/**/*
  59. collectors/charts.d:
  60. - collectors/charts.d.plugin/*
  61. - collectors/charts.d.plugin/**/*
  62. collectors/cups:
  63. - collectors/cups.plugin/*
  64. - collectors/cups.plugin/**/*
  65. collectors/debugfs:
  66. - collectors/debugfs.plugin/*
  67. - collectors/debugfs.plugin/**/*
  68. collectors/diskspace:
  69. - collectors/diskspace.plugin/*
  70. - collectors/diskspace.plugin/**/*
  71. collectors/ebpf:
  72. - collectors/ebpf.plugin/*
  73. - collectors/ebpf.plugin/**/*
  74. collectors/freebsd:
  75. - collectors/freebsd.plugin/*
  76. - collectors/freebsd.plugin/**/*
  77. collectors/freeipmi:
  78. - collectors/freeipmi.plugin/*
  79. - collectors/freeipmi.plugin/**/*
  80. collectors/idlejitter:
  81. - collectors/idlejitter.plugin/*
  82. - collectors/idlejitter.plugin/**/*
  83. collectors/ioping:
  84. - collectors/ioping.plugin/*
  85. - collectors/ioping.plugin/**/*
  86. collectors/macos:
  87. - collectors/macos.plugin/*
  88. - collectors/macos.plugin/**/*
  89. collectors/nfacct:
  90. - collectors/nfacct.plugin/*
  91. - collectors/nfacct.plugin/**/*
  92. collectors/perf:
  93. - collectors/perf.plugin/*
  94. - collectors/perf.plugin/**/*
  95. collectors/proc:
  96. - collectors/proc.plugin/*
  97. - collectors/proc.plugin/**/*
  98. collectors/python.d:
  99. - collectors/python.d.plugin/*
  100. - collectors/python.d.plugin/**/*
  101. collectors/slabinfo:
  102. - collectors/slabinfo.plugin/*
  103. - collectors/slabinfo.plugin/**/*
  104. collectors/statsd:
  105. - collectors/statsd.plugin/*
  106. - collectors/statsd.plugin/**/*
  107. collectors/tc:
  108. - collectors/tc.plugin/*
  109. - collectors/tc.plugin/**/*
  110. collectors/timex:
  111. - collectors/timex.plugin/*
  112. - collectors/timex.plugin/**/*
  113. collectors/xenstat:
  114. - collectors/xenstat.plugin/*
  115. - collectors/xenstat.plugin/**/*
  116. # ----------------/collectors----------------------
  117. area/health:
  118. - health/*
  119. - health/**/*
  120. area/ml:
  121. - ml/*
  122. - ml/**/*
  123. area/packaging:
  124. - contrib/*
  125. - contrib/**/*
  126. - packaging/*
  127. - packaging/**/*
  128. - system/*
  129. - system/**/*
  130. - Dockerfile*
  131. - netdata-installer.sh
  132. - netdata.spec.in
  133. area/registry:
  134. - registry/*
  135. - registry/**/*
  136. area/streaming:
  137. - streaming/*
  138. - streaming/**/*
  139. area/tests:
  140. - tests/*
  141. - tests/**/*
  142. - daemon/unit_test*
  143. - coverity-scan.sh
  144. - cppcheck.sh
  145. - netdata.cppcheck
  146. area/web:
  147. - web/*
  148. - web/**/*