summaryrefslogtreecommitdiffstats
path: root/.github/labeler.yml
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2022-03-14 10:37:43 +0200
committerGitHub <noreply@github.com>2022-03-14 10:37:43 +0200
commit340bbac7392a395b64cfd0b41f6ca7616c775ee0 (patch)
treef9cff8b2f57cafab56b2eb3331c02950aec82a5d /.github/labeler.yml
parent09c325c6d2c6e0aa5384ee6bade3e9bc727f75fa (diff)
chore(ci): add area/ebpf to PR labeler (#12382)
Diffstat (limited to '.github/labeler.yml')
-rw-r--r--.github/labeler.yml12
1 files changed, 8 insertions, 4 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml
index 4c0d857ded..5ad4cf595c 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -42,10 +42,6 @@ area/ci:
- .github/*
- .github/**/*
-area/collectors:
- - collectors/*
- - collectors/**/*
-
area/daemon:
- daemon/*
- daemon/**/*
@@ -60,6 +56,14 @@ area/docs:
- diagrams/*
- diagrams/**/*
+area/collectors:
+ - collectors/*
+ - collectors/**/*
+
+area/ebpf:
+ - collectors/ebpf.plugin/*
+ - collectors/ebpf.plugin/**/*
+
area/external/python:
- collectors/python.d.plugin/*
- collectors/python.d.plugin/**/*