labeler.yml 3.4 KB

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