@cryptotaxi247 / netdata-1 / commits / 355b12993

ci labeler: remove integrations from area/docs (#15750)

Ilya Mashchenko committed Aug 5, 2023 at 22:30 UTC 355b12993f2adf6074c11fe51bcd7a069714e23b
1 file changed +44 -84
.github/labeler.yml
+44 -84
@@ -11,8 +11,7 @@
11 # Please keep the labels sorted and deduplicated.
12
13 area/ACLK:
14 - - aclk/*
15 - - aclk/**/*
14 + - aclk/**
15 - database/sqlite/sqlite_aclk*
16 - mqtt_websockets
17
@@ -20,178 +19,139 @@ area/claim:
19 - claim/*
20
21 area/exporting:
23 - - exporting/*
24 - - exporting/**/*
22 + - exporting/**
23
24 area/build:
27 - - build/*
28 - - build/**/*
29 - - build_external/*
30 - - build_external/**/*
25 + - build/**
26 + - build_external/**
27 - CMakeLists.txt
28 - configure.ac
29 - Makefile.am
30 - "**/Makefile.am"
31
32 area/ci:
37 - - .github/*
38 - - .github/**/*
33 + - .github/**
34
35 area/daemon:
41 - - daemon/*
42 - - daemon/**/*
36 + - daemon/**
37
38 area/database:
45 - - database/*
46 - - database/**/*
39 + - database/**
40
41 area/docs:
42 - "*.md"
43 - "**/*.md"
44 - "**/*.mdx"
52 - - diagrams/*
53 - - diagrams/**/*
45 + - "!integrations/*.md"
46 + - "!integrations/**/*.md"
47 + - diagrams/**
48
49 # -----------------collectors----------------------
50
51 area/collectors:
58 - - collectors/*
59 - - collectors/**/*
52 + - collectors/**
53
54 collectors/plugins.d:
62 - - collectors/plugins.d/*
63 - - collectors/plugins.d/**/*
55 + - collectors/plugins.d/**
56
57 collectors/apps:
66 - - collectors/apps.plugin/*
67 - - collectors/apps.plugin/**/*
58 + - collectors/apps.plugin/**
59
60 collectors/cgroups:
70 - - collectors/cgroups.plugin/*
71 - - collectors/cgroups.plugin/**/*
61 + - collectors/cgroups.plugin/**
62
63 collectors/charts.d:
74 - - collectors/charts.d.plugin/*
75 - - collectors/charts.d.plugin/**/*
64 + - collectors/charts.d.plugin/**
65
66 collectors/cups:
78 - - collectors/cups.plugin/*
79 - - collectors/cups.plugin/**/*
67 + - collectors/cups.plugin/**
68
69 collectors/debugfs:
82 - - collectors/debugfs.plugin/*
83 - - collectors/debugfs.plugin/**/*
70 + - collectors/debugfs.plugin/**
71
72 collectors/diskspace:
86 - - collectors/diskspace.plugin/*
87 - - collectors/diskspace.plugin/**/*
73 + - collectors/diskspace.plugin/**
74
75 collectors/ebpf:
90 - - collectors/ebpf.plugin/*
91 - - collectors/ebpf.plugin/**/*
76 + - collectors/ebpf.plugin/**
77
78 collectors/freebsd:
94 - - collectors/freebsd.plugin/*
95 - - collectors/freebsd.plugin/**/*
79 + - collectors/freebsd.plugin/**
80
81 collectors/freeipmi:
98 - - collectors/freeipmi.plugin/*
99 - - collectors/freeipmi.plugin/**/*
82 + - collectors/freeipmi.plugin/**
83
84 collectors/idlejitter:
102 - - collectors/idlejitter.plugin/*
103 - - collectors/idlejitter.plugin/**/*
85 + - collectors/idlejitter.plugin/**
86
87 collectors/ioping:
106 - - collectors/ioping.plugin/*
107 - - collectors/ioping.plugin/**/*
88 + - collectors/ioping.plugin/**
89
90 collectors/macos:
110 - - collectors/macos.plugin/*
111 - - collectors/macos.plugin/**/*
91 + - collectors/macos.plugin/**
92
93 collectors/nfacct:
114 - - collectors/nfacct.plugin/*
115 - - collectors/nfacct.plugin/**/*
94 + - collectors/nfacct.plugin/**
95
96 collectors/perf:
118 - - collectors/perf.plugin/*
119 - - collectors/perf.plugin/**/*
97 + - collectors/perf.plugin/**
98
99 collectors/proc:
122 - - collectors/proc.plugin/*
123 - - collectors/proc.plugin/**/*
100 + - collectors/proc.plugin/**
101
102 collectors/python.d:
126 - - collectors/python.d.plugin/*
127 - - collectors/python.d.plugin/**/*
103 + - collectors/python.d.plugin/**
104
105 collectors/slabinfo:
130 - - collectors/slabinfo.plugin/*
131 - - collectors/slabinfo.plugin/**/*
106 + - collectors/slabinfo.plugin/**
107
108 collectors/statsd:
134 - - collectors/statsd.plugin/*
135 - - collectors/statsd.plugin/**/*
109 + - collectors/statsd.plugin/**
110
111 collectors/systemd-journal:
138 - - collectors/systemd-journal.plugin/*
139 - - collectors/systemd-journal.plugin/**/*
112 + - collectors/systemd-journal.plugin/**
113
114 collectors/tc:
142 - - collectors/tc.plugin/*
143 - - collectors/tc.plugin/**/*
115 + - collectors/tc.plugin/**
116
117 collectors/timex:
146 - - collectors/timex.plugin/*
147 - - collectors/timex.plugin/**/*
118 + - collectors/timex.plugin/**
119
120 collectors/xenstat:
150 - - collectors/xenstat.plugin/*
151 - - collectors/xenstat.plugin/**/*
121 + - collectors/xenstat.plugin/**
122
123 # ----------------/collectors----------------------
124
125 area/health:
156 - - health/*
157 - - health/**/*
126 + - health/**
127
128 area/metadata:
129 - "**/*metadata.yaml"
161 - - integrations/*
162 - - integrations/**/*
130 + - integrations/**
131
132 area/ml:
165 - - ml/*
166 - - ml/**/*
133 + - ml/**
134
135 area/packaging:
169 - - contrib/*
170 - - contrib/**/*
171 - - packaging/*
172 - - packaging/**/*
173 - - system/*
174 - - system/**/*
136 + - contrib/**
137 + - packaging/**
138 + - system/**
139 - Dockerfile*
140 - netdata-installer.sh
141 - netdata.spec.in
142
143 area/registry:
180 - - registry/*
181 - - registry/**/*
144 + - registry/**
145
146 area/streaming:
184 - - streaming/*
185 - - streaming/**/*
147 + - streaming/**
148
149 area/tests:
188 - - tests/*
189 - - tests/**/*
150 + - tests/**
151 - daemon/unit_test*
152 - coverity-scan.sh
153 - cppcheck.sh
154 - netdata.cppcheck
155
156 area/web:
196 - - web/*
197 - - web/**/*
157 + - web/**