labeler.yml 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  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. ACLK:
  13. - aclk/*
  14. - aclk/**/*
  15. - mqtt_websockets
  16. area/claim:
  17. - claim/*
  18. area/exporting:
  19. - exporting/*
  20. - exporting/**/*
  21. area/build:
  22. - build/*
  23. - build/**/*
  24. - build_external/*
  25. - build_external/**/*
  26. - CMakeLists.txt
  27. - configure.ac
  28. - Makefile.am
  29. - "**/Makefile.am"
  30. area/ci:
  31. - .travis/*
  32. - .travis/**/*
  33. - .github/*
  34. - .github/**/*
  35. area/daemon:
  36. - daemon/*
  37. - daemon/**/*
  38. area/database:
  39. - database/*
  40. - database/**/*
  41. area/docs:
  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/diskspace:
  66. - collectors/diskspace.plugin/*
  67. - collectors/diskspace.plugin/**/*
  68. collectors/ebpf:
  69. - collectors/ebpf.plugin/*
  70. - collectors/ebpf.plugin/**/*
  71. collectors/fping:
  72. - collectors/fping.plugin/*
  73. - collectors/fping.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/node.d:
  93. - collectors/node.d.plugin/*
  94. - collectors/node.d.plugin/**/*
  95. collectors/perf:
  96. - collectors/perf.plugin/*
  97. - collectors/perf.plugin/**/*
  98. collectors/proc:
  99. - collectors/proc.plugin/*
  100. - collectors/proc.plugin/**/*
  101. collectors/python.d:
  102. - collectors/python.d.plugin/*
  103. - collectors/python.d.plugin/**/*
  104. collectors/slabinfo:
  105. - collectors/slabinfo.plugin/*
  106. - collectors/slabinfo.plugin/**/*
  107. collectors/statsd:
  108. - collectors/statsd.plugin/*
  109. - collectors/statsd.plugin/**/*
  110. collectors/tc:
  111. - collectors/tc.plugin/*
  112. - collectors/tc.plugin/**/*
  113. collectors/timex:
  114. - collectors/timex.plugin/*
  115. - collectors/timex.plugin/**/*
  116. collectors/xenstat:
  117. - collectors/xenstat.plugin/*
  118. - collectors/xenstat.plugin/**/*
  119. # ----------------/collectors----------------------
  120. area/health:
  121. - health/*
  122. - health/**/*
  123. area/ml:
  124. - ml/*
  125. - ml/**/*
  126. area/packaging:
  127. - contrib/*
  128. - contrib/**/*
  129. - packaging/*
  130. - packaging/**/*
  131. - system/*
  132. - system/**/*
  133. - Dockerfile*
  134. - netdata-installer.sh
  135. - netdata.spec.in
  136. area/registry:
  137. - registry/*
  138. - registry/**/*
  139. area/streaming:
  140. - streaming/*
  141. - streaming/**/*
  142. area/tests:
  143. - tests/*
  144. - tests/**/*
  145. - daemon/unit_test*
  146. - coverity-scan.sh
  147. - cppcheck.sh
  148. - netdata.cppcheck
  149. area/web:
  150. - web/*
  151. - web/**/*