chore(ci): add area/ebpf to PR labeler (#12382)
Ilya Mashchenko committed
Mar 14, 2022 at 10:37 UTC
340bbac7392a395b64cfd0b41f6ca7616c775ee0
1 file changed
+8
-4
.github/labeler.yml
+8
-4
@@ -42,10 +42,6 @@ area/ci:
42
- .github/*
43
- .github/**/*
44
45
-area/collectors:
46
- - collectors/*
47
- - collectors/**/*
48
-
45
area/daemon:
46
- daemon/*
47
- daemon/**/*
@@ -60,6 +56,14 @@ area/docs:
56
- diagrams/*
57
- diagrams/**/*
58
59
+area/collectors:
60
+ - collectors/*
61
+ - collectors/**/*
62
+
63
+area/ebpf:
64
+ - collectors/ebpf.plugin/*
65
+ - collectors/ebpf.plugin/**/*
66
+
67
area/external/python:
68
- collectors/python.d.plugin/*
69
- collectors/python.d.plugin/**/*