diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-06-09 04:52:47 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-06-09 04:52:57 +0000 |
commit | 00151562145df50cc65e9902d52d5fa77f89fe50 (patch) | |
tree | 2737716802f6725a5074d606ec8fe5422c58a83c /.github/labeler.yml | |
parent | Releasing debian version 1.34.1-1. (diff) | |
download | netdata-00151562145df50cc65e9902d52d5fa77f89fe50.tar.xz netdata-00151562145df50cc65e9902d52d5fa77f89fe50.zip |
Merging upstream version 1.35.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.github/labeler.yml')
-rw-r--r-- | .github/labeler.yml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml index d576b937d..c72325076 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -10,9 +10,10 @@ # # Please keep the labels sorted and deduplicated. -ACLK: +area/ACLK: - aclk/* - aclk/**/* + - database/sqlite/sqlite_aclk* - mqtt_websockets area/claim: @@ -47,6 +48,7 @@ area/database: - database/**/* area/docs: + - "*.md" - "**/*.md" - "**/*.mdx" - diagrams/* @@ -114,10 +116,6 @@ collectors/nfacct: - collectors/nfacct.plugin/* - collectors/nfacct.plugin/**/* -collectors/node.d: - - collectors/node.d.plugin/* - - collectors/node.d.plugin/**/* - collectors/perf: - collectors/perf.plugin/* - collectors/perf.plugin/**/* |