labeler.yml 2.6 KB

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