summaryrefslogtreecommitdiffstats
path: root/.github/labeler.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/labeler.yml')
-rw-r--r--.github/labeler.yml190
1 files changed, 190 insertions, 0 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml
new file mode 100644
index 0000000..c723250
--- /dev/null
+++ b/.github/labeler.yml
@@ -0,0 +1,190 @@
+# This configures label matching for PR's.
+#
+# The keys are labels, and the values are lists of minimatch patterns
+# to which those labels apply.
+#
+# NOTE: This can only add labels, not remove them.
+# NOTE: Due to YAML syntax limitations, patterns or labels which start
+# with a character that is part of the standard YAML syntax must be
+# quoted.
+#
+# Please keep the labels sorted and deduplicated.
+
+area/ACLK:
+ - aclk/*
+ - aclk/**/*
+ - database/sqlite/sqlite_aclk*
+ - mqtt_websockets
+
+area/claim:
+ - claim/*
+
+area/exporting:
+ - exporting/*
+ - exporting/**/*
+
+area/build:
+ - build/*
+ - build/**/*
+ - build_external/*
+ - build_external/**/*
+ - CMakeLists.txt
+ - configure.ac
+ - Makefile.am
+ - "**/Makefile.am"
+
+area/ci:
+ - .travis/*
+ - .travis/**/*
+ - .github/*
+ - .github/**/*
+
+area/daemon:
+ - daemon/*
+ - daemon/**/*
+
+area/database:
+ - database/*
+ - database/**/*
+
+area/docs:
+ - "*.md"
+ - "**/*.md"
+ - "**/*.mdx"
+ - diagrams/*
+ - diagrams/**/*
+
+# -----------------collectors----------------------
+
+area/collectors:
+ - collectors/*
+ - collectors/**/*
+
+collectors/plugins.d:
+ - collectors/plugins.d/*
+ - collectors/plugins.d/**/*
+
+collectors/apps:
+ - collectors/apps.plugin/*
+ - collectors/apps.plugin/**/*
+
+collectors/cgroups:
+ - collectors/cgroups.plugin/*
+ - collectors/cgroups.plugin/**/*
+
+collectors/charts.d:
+ - collectors/charts.d.plugin/*
+ - collectors/charts.d.plugin/**/*
+
+collectors/cups:
+ - collectors/cups.plugin/*
+ - collectors/cups.plugin/**/*
+
+collectors/diskspace:
+ - collectors/diskspace.plugin/*
+ - collectors/diskspace.plugin/**/*
+
+collectors/ebpf:
+ - collectors/ebpf.plugin/*
+ - collectors/ebpf.plugin/**/*
+
+collectors/fping:
+ - collectors/fping.plugin/*
+ - collectors/fping.plugin/**/*
+
+collectors/freebsd:
+ - collectors/freebsd.plugin/*
+ - collectors/freebsd.plugin/**/*
+
+collectors/freeipmi:
+ - collectors/freeipmi.plugin/*
+ - collectors/freeipmi.plugin/**/*
+
+collectors/idlejitter:
+ - collectors/idlejitter.plugin/*
+ - collectors/idlejitter.plugin/**/*
+
+collectors/ioping:
+ - collectors/ioping.plugin/*
+ - collectors/ioping.plugin/**/*
+
+collectors/macos:
+ - collectors/macos.plugin/*
+ - collectors/macos.plugin/**/*
+
+collectors/nfacct:
+ - collectors/nfacct.plugin/*
+ - collectors/nfacct.plugin/**/*
+
+collectors/perf:
+ - collectors/perf.plugin/*
+ - collectors/perf.plugin/**/*
+
+collectors/proc:
+ - collectors/proc.plugin/*
+ - collectors/proc.plugin/**/*
+
+collectors/python.d:
+ - collectors/python.d.plugin/*
+ - collectors/python.d.plugin/**/*
+
+collectors/slabinfo:
+ - collectors/slabinfo.plugin/*
+ - collectors/slabinfo.plugin/**/*
+
+collectors/statsd:
+ - collectors/statsd.plugin/*
+ - collectors/statsd.plugin/**/*
+
+collectors/tc:
+ - collectors/tc.plugin/*
+ - collectors/tc.plugin/**/*
+
+collectors/timex:
+ - collectors/timex.plugin/*
+ - collectors/timex.plugin/**/*
+
+collectors/xenstat:
+ - collectors/xenstat.plugin/*
+ - collectors/xenstat.plugin/**/*
+
+# ----------------/collectors----------------------
+
+area/health:
+ - health/*
+ - health/**/*
+
+area/ml:
+ - ml/*
+ - ml/**/*
+
+area/packaging:
+ - contrib/*
+ - contrib/**/*
+ - packaging/*
+ - packaging/**/*
+ - system/*
+ - system/**/*
+ - Dockerfile*
+ - netdata-installer.sh
+ - netdata.spec.in
+
+area/registry:
+ - registry/*
+ - registry/**/*
+
+area/streaming:
+ - streaming/*
+ - streaming/**/*
+
+area/tests:
+ - tests/*
+ - tests/**/*
+ - daemon/unit_test*
+ - coverity-scan.sh
+ - cppcheck.sh
+ - netdata.cppcheck
+
+area/web:
+ - web/*
+ - web/**/*