diff options
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/**/* |