summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-12-14 07:06:23 -0500
committerGitHub <noreply@github.com>2023-12-14 07:06:23 -0500
commitebe14e83cf06d975fd5246007c607ec182ab3322 (patch)
treeee9081918fbd03640495c80c7d535b3fd95d85dd
parent625b02254694c2fad0d67e2b00dc102cc56d4d98 (diff)
Bump actions/labeler from 4 to 5 (#16576)
* Bump actions/labeler from 4 to 5 Bumps [actions/labeler](https://github.com/actions/labeler) from 4 to 5. - [Release notes](https://github.com/actions/labeler/releases) - [Commits](https://github.com/actions/labeler/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/labeler dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Update config file format to account for incompatible changes. * Properly fix the labeler config. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Austin S. Hemmelgarn <austin@netdata.cloud>
-rw-r--r--.github/labeler.yml245
-rw-r--r--.github/workflows/labeler.yml2
2 files changed, 185 insertions, 62 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml
index 0ea825ef4b..4507fa9b1f 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -11,148 +11,271 @@
# Please keep the labels sorted and deduplicated.
area/ACLK:
- - aclk/**
- - database/sqlite/sqlite_aclk*
- - mqtt_websockets
+ - any:
+ - changed-files:
+ - any-glob-to-any-file:
+ - aclk/**
+ - database/sqlite/sqlite_aclk*
+ - mqtt_websockets
area/claim:
- - claim/*
+ - any:
+ - changed-files:
+ - any-glob-to-any-file:
+ - claim/*
area/exporting:
- - exporting/**
+ - any:
+ - changed-files:
+ - any-glob-to-any-file:
+ - exporting/**
area/build:
- - build/**
- - build_external/**
- - CMakeLists.txt
- - configure.ac
- - Makefile.am
- - "**/Makefile.am"
+ - any:
+ - changed-files:
+ - any-glob-to-any-file:
+ - build/**
+ - build_external/**
+ - CMakeLists.txt
+ - configure.ac
+ - Makefile.am
+ - "**/Makefile.am"
area/ci:
- - .github/**
+ - any:
+ - changed-files:
+ - any-glob-to-any-file:
+ - .github/**
area/daemon:
- - daemon/**
+ - any:
+ - changed-files:
+ - any-glob-to-any-file:
+ - daemon/**
area/database:
- - database/**
+ - any:
+ - changed-files:
+ - any-glob-to-any-file:
+ - database/**
area/docs:
- - "*.md"
- - "**/*.md"
- - "**/*.mdx"
- - diagrams/**
+ - any:
+ - changed-files:
+ - any-glob-to-any-file:
+ - "*.md"
+ - "**/*.md"
+ - "**/*.mdx"
+ - diagrams/**
# -----------------collectors----------------------
area/collectors:
- - collectors/**
+ - any:
+ - changed-files:
+ - any-glob-to-any-file:
+ - collectors/**
collectors/plugins.d:
- - collectors/plugins.d/**
+ - any:
+ - changed-files:
+ - any-glob-to-any-file:
+ - collectors/plugins.d/**
collectors/apps:
- - collectors/apps.plugin/**
+ - any:
+ - changed-files:
+ - any-glob-to-any-file:
+ - collectors/apps.plugin/**
collectors/cgroups:
- - collectors/cgroups.plugin/**
+ - any:
+ - changed-files:
+ - any-glob-to-any-file:
+ - collectors/cgroups.plugin/**
collectors/charts.d:
- - collectors/charts.d.plugin/**
+ - any:
+ - changed-files:
+ - any-glob-to-any-file:
+ - collectors/charts.d.plugin/**
collectors/cups:
- - collectors/cups.plugin/**
+ - any:
+ - changed-files:
+ - any-glob-to-any-file:
+ - collectors/cups.plugin/**
collectors/debugfs:
- - collectors/debugfs.plugin/**
+ - any:
+ - changed-files:
+ - any-glob-to-any-file:
+ - collectors/debugfs.plugin/**
collectors/diskspace:
- - collectors/diskspace.plugin/**
+ - any:
+ - changed-files:
+ - any-glob-to-any-file:
+ - collectors/diskspace.plugin/**
collectors/ebpf:
- - collectors/ebpf.plugin/**
+ - any:
+ - changed-files:
+ - any-glob-to-any-file:
+ - collectors/ebpf.plugin/**
collectors/freebsd:
- - collectors/freebsd.plugin/**
+ - any:
+ - changed-files:
+ - any-glob-to-any-file:
+ - collectors/freebsd.plugin/**
collectors/freeipmi:
- - collectors/freeipmi.plugin/**
+ - any:
+ - changed-files:
+ - any-glob-to-any-file:
+ - collectors/freeipmi.plugin/**
collectors/idlejitter:
- - collectors/idlejitter.plugin/**
+ - any:
+ - changed-files:
+ - any-glob-to-any-file:
+ - collectors/idlejitter.plugin/**
collectors/ioping:
- - collectors/ioping.plugin/**
+ - any:
+ - changed-files:
+ - any-glob-to-any-file:
+ - collectors/ioping.plugin/**
collectors/macos:
- - collectors/macos.plugin/**
+ - any:
+ - changed-files:
+ - any-glob-to-any-file:
+ - collectors/macos.plugin/**
collectors/nfacct:
- - collectors/nfacct.plugin/**
+ - any:
+ - changed-files:
+ - any-glob-to-any-file:
+ - collectors/nfacct.plugin/**
collectors/perf:
- - collectors/perf.plugin/**
+ - any:
+ - changed-files:
+ - any-glob-to-any-file:
+ - collectors/perf.plugin/**
collectors/proc:
- - collectors/proc.plugin/**
+ - any:
+ - changed-files:
+ - any-glob-to-any-file:
+ - collectors/proc.plugin/**
collectors/python.d:
- - collectors/python.d.plugin/**
+ - any:
+ - changed-files:
+ - any-glob-to-any-file:
+ - collectors/python.d.plugin/**
collectors/slabinfo:
- - collectors/slabinfo.plugin/**
+ - any:
+ - changed-files:
+ - any-glob-to-any-file:
+ - collectors/slabinfo.plugin/**
collectors/statsd:
- - collectors/statsd.plugin/**
+ - any:
+ - changed-files:
+ - any-glob-to-any-file:
+ - collectors/statsd.plugin/**
collectors/systemd-journal:
- - collectors/systemd-journal.plugin/**
+ - any:
+ - changed-files:
+ - any-glob-to-any-file:
+ - collectors/systemd-journal.plugin/**
collectors/tc:
- - collectors/tc.plugin/**
+ - any:
+ - changed-files:
+ - any-glob-to-any-file:
+ - collectors/tc.plugin/**
collectors/timex:
- - collectors/timex.plugin/**
+ - any:
+ - changed-files:
+ - any-glob-to-any-file:
+ - collectors/timex.plugin/**
collectors/xenstat:
- - collectors/xenstat.plugin/**
+ - any:
+ - changed-files:
+ - any-glob-to-any-file:
+ - collectors/xenstat.plugin/**
# ----------------/collectors----------------------
area/health:
- - health/**
+ - any:
+ - changed-files:
+ - any-glob-to-any-file:
+ - health/**
area/metadata:
- - "**/*metadata.yaml"
- - integrations/**
+ - any:
+ - changed-files:
+ - any-glob-to-any-file:
+ - "**/*metadata.yaml"
+ - integrations/**
area/ml:
- - ml/**
+ - any:
+ - changed-files:
+ - any-glob-to-any-file:
+ - ml/**
area/packaging:
- - contrib/**
- - packaging/**
- - system/**
- - Dockerfile*
- - netdata-installer.sh
- - netdata.spec.in
+ - any:
+ - changed-files:
+ - any-glob-to-any-file:
+ - contrib/**
+ - packaging/**
+ - system/**
+ - Dockerfile*
+ - netdata-installer.sh
+ - netdata.spec.in
area/registry:
- - registry/**
+ - any:
+ - changed-files:
+ - any-glob-to-any-file:
+ - registry/**
area/streaming:
- - streaming/**
+ - any:
+ - changed-files:
+ - any-glob-to-any-file:
+ - streaming/**
area/tests:
- - tests/**
- - daemon/unit_test*
- - coverity-scan.sh
- - cppcheck.sh
- - netdata.cppcheck
+ - any:
+ - changed-files:
+ - any-glob-to-any-file:
+ - tests/**
+ - daemon/unit_test*
+ - coverity-scan.sh
+ - cppcheck.sh
+ - netdata.cppcheck
area/web:
- - web/**
+ - any:
+ - changed-files:
+ - any-glob-to-any-file:
+ - web/**
area/logs-management:
- - logsmanagement/**
+ - any:
+ - changed-files:
+ - any-glob-to-any-file:
+ - logsmanagement/**
diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml
index a1e3b52fee..3f66b98f4a 100644
--- a/.github/workflows/labeler.yml
+++ b/.github/workflows/labeler.yml
@@ -14,7 +14,7 @@ jobs:
contents: read
pull-requests: write
steps:
- - uses: actions/labeler@v4
+ - uses: actions/labeler@v5
if: github.repository == 'netdata/netdata'
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"