diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-06-09 04:52:39 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-06-09 04:52:39 +0000 |
commit | 89f3604407aff8f4cb2ed958252c61e23c767e24 (patch) | |
tree | 7fbf408102cab051557d38193524d8c6e991d070 /.github/labeler.yml | |
parent | Adding upstream version 1.34.1. (diff) | |
download | netdata-89f3604407aff8f4cb2ed958252c61e23c767e24.tar.xz netdata-89f3604407aff8f4cb2ed958252c61e23c767e24.zip |
Adding upstream version 1.35.0.upstream/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 d576b937..c7232507 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/**/* |