@cryptotaxi247 / netdata-1 / commits / ebe14e83c

Bump actions/labeler from 4 to 5 (#16576)

* Bump actions/labeler from 4 to 5 Bumps [actions/labeler](https://github.com/actions/labeler) from 4 to 5. - [Release notes](https://github.com/actions/labeler/releases) - [Commits](https://github.com/actions/labeler/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/labeler dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Update config file format to account for incompatible changes. * Properly fix the labeler config. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Austin S. Hemmelgarn <austin@netdata.cloud>

dependabot[bot] committed Dec 14, 2023 at 07:06 UTC ebe14e83cf06d975fd5246007c607ec182ab3322
2 files changed +185 -62
.github/labeler.yml
+184 -61
@@ -11,148 +11,271 @@
11 # Please keep the labels sorted and deduplicated.
12
13 area/ACLK:
14 - - aclk/**
15 - - database/sqlite/sqlite_aclk*
16 - - mqtt_websockets
14 + - any:
15 + - changed-files:
16 + - any-glob-to-any-file:
17 + - aclk/**
18 + - database/sqlite/sqlite_aclk*
19 + - mqtt_websockets
20
21 area/claim:
19 - - claim/*
22 + - any:
23 + - changed-files:
24 + - any-glob-to-any-file:
25 + - claim/*
26
27 area/exporting:
22 - - exporting/**
28 + - any:
29 + - changed-files:
30 + - any-glob-to-any-file:
31 + - exporting/**
32
33 area/build:
25 - - build/**
26 - - build_external/**
27 - - CMakeLists.txt
28 - - configure.ac
29 - - Makefile.am
30 - - "**/Makefile.am"
34 + - any:
35 + - changed-files:
36 + - any-glob-to-any-file:
37 + - build/**
38 + - build_external/**
39 + - CMakeLists.txt
40 + - configure.ac
41 + - Makefile.am
42 + - "**/Makefile.am"
43
44 area/ci:
33 - - .github/**
45 + - any:
46 + - changed-files:
47 + - any-glob-to-any-file:
48 + - .github/**
49
50 area/daemon:
36 - - daemon/**
51 + - any:
52 + - changed-files:
53 + - any-glob-to-any-file:
54 + - daemon/**
55
56 area/database:
39 - - database/**
57 + - any:
58 + - changed-files:
59 + - any-glob-to-any-file:
60 + - database/**
61
62 area/docs:
42 - - "*.md"
43 - - "**/*.md"
44 - - "**/*.mdx"
45 - - diagrams/**
63 + - any:
64 + - changed-files:
65 + - any-glob-to-any-file:
66 + - "*.md"
67 + - "**/*.md"
68 + - "**/*.mdx"
69 + - diagrams/**
70
71 # -----------------collectors----------------------
72
73 area/collectors:
50 - - collectors/**
74 + - any:
75 + - changed-files:
76 + - any-glob-to-any-file:
77 + - collectors/**
78
79 collectors/plugins.d:
53 - - collectors/plugins.d/**
80 + - any:
81 + - changed-files:
82 + - any-glob-to-any-file:
83 + - collectors/plugins.d/**
84
85 collectors/apps:
56 - - collectors/apps.plugin/**
86 + - any:
87 + - changed-files:
88 + - any-glob-to-any-file:
89 + - collectors/apps.plugin/**
90
91 collectors/cgroups:
59 - - collectors/cgroups.plugin/**
92 + - any:
93 + - changed-files:
94 + - any-glob-to-any-file:
95 + - collectors/cgroups.plugin/**
96
97 collectors/charts.d:
62 - - collectors/charts.d.plugin/**
98 + - any:
99 + - changed-files:
100 + - any-glob-to-any-file:
101 + - collectors/charts.d.plugin/**
102
103 collectors/cups:
65 - - collectors/cups.plugin/**
104 + - any:
105 + - changed-files:
106 + - any-glob-to-any-file:
107 + - collectors/cups.plugin/**
108
109 collectors/debugfs:
68 - - collectors/debugfs.plugin/**
110 + - any:
111 + - changed-files:
112 + - any-glob-to-any-file:
113 + - collectors/debugfs.plugin/**
114
115 collectors/diskspace:
71 - - collectors/diskspace.plugin/**
116 + - any:
117 + - changed-files:
118 + - any-glob-to-any-file:
119 + - collectors/diskspace.plugin/**
120
121 collectors/ebpf:
74 - - collectors/ebpf.plugin/**
122 + - any:
123 + - changed-files:
124 + - any-glob-to-any-file:
125 + - collectors/ebpf.plugin/**
126
127 collectors/freebsd:
77 - - collectors/freebsd.plugin/**
128 + - any:
129 + - changed-files:
130 + - any-glob-to-any-file:
131 + - collectors/freebsd.plugin/**
132
133 collectors/freeipmi:
80 - - collectors/freeipmi.plugin/**
134 + - any:
135 + - changed-files:
136 + - any-glob-to-any-file:
137 + - collectors/freeipmi.plugin/**
138
139 collectors/idlejitter:
83 - - collectors/idlejitter.plugin/**
140 + - any:
141 + - changed-files:
142 + - any-glob-to-any-file:
143 + - collectors/idlejitter.plugin/**
144
145 collectors/ioping:
86 - - collectors/ioping.plugin/**
146 + - any:
147 + - changed-files:
148 + - any-glob-to-any-file:
149 + - collectors/ioping.plugin/**
150
151 collectors/macos:
89 - - collectors/macos.plugin/**
152 + - any:
153 + - changed-files:
154 + - any-glob-to-any-file:
155 + - collectors/macos.plugin/**
156
157 collectors/nfacct:
92 - - collectors/nfacct.plugin/**
158 + - any:
159 + - changed-files:
160 + - any-glob-to-any-file:
161 + - collectors/nfacct.plugin/**
162
163 collectors/perf:
95 - - collectors/perf.plugin/**
164 + - any:
165 + - changed-files:
166 + - any-glob-to-any-file:
167 + - collectors/perf.plugin/**
168
169 collectors/proc:
98 - - collectors/proc.plugin/**
170 + - any:
171 + - changed-files:
172 + - any-glob-to-any-file:
173 + - collectors/proc.plugin/**
174
175 collectors/python.d:
101 - - collectors/python.d.plugin/**
176 + - any:
177 + - changed-files:
178 + - any-glob-to-any-file:
179 + - collectors/python.d.plugin/**
180
181 collectors/slabinfo:
104 - - collectors/slabinfo.plugin/**
182 + - any:
183 + - changed-files:
184 + - any-glob-to-any-file:
185 + - collectors/slabinfo.plugin/**
186
187 collectors/statsd:
107 - - collectors/statsd.plugin/**
188 + - any:
189 + - changed-files:
190 + - any-glob-to-any-file:
191 + - collectors/statsd.plugin/**
192
193 collectors/systemd-journal:
110 - - collectors/systemd-journal.plugin/**
194 + - any:
195 + - changed-files:
196 + - any-glob-to-any-file:
197 + - collectors/systemd-journal.plugin/**
198
199 collectors/tc:
113 - - collectors/tc.plugin/**
200 + - any:
201 + - changed-files:
202 + - any-glob-to-any-file:
203 + - collectors/tc.plugin/**
204
205 collectors/timex:
116 - - collectors/timex.plugin/**
206 + - any:
207 + - changed-files:
208 + - any-glob-to-any-file:
209 + - collectors/timex.plugin/**
210
211 collectors/xenstat:
119 - - collectors/xenstat.plugin/**
212 + - any:
213 + - changed-files:
214 + - any-glob-to-any-file:
215 + - collectors/xenstat.plugin/**
216
217 # ----------------/collectors----------------------
218
219 area/health:
124 - - health/**
220 + - any:
221 + - changed-files:
222 + - any-glob-to-any-file:
223 + - health/**
224
225 area/metadata:
127 - - "**/*metadata.yaml"
128 - - integrations/**
226 + - any:
227 + - changed-files:
228 + - any-glob-to-any-file:
229 + - "**/*metadata.yaml"
230 + - integrations/**
231
232 area/ml:
131 - - ml/**
233 + - any:
234 + - changed-files:
235 + - any-glob-to-any-file:
236 + - ml/**
237
238 area/packaging:
134 - - contrib/**
135 - - packaging/**
136 - - system/**
137 - - Dockerfile*
138 - - netdata-installer.sh
139 - - netdata.spec.in
239 + - any:
240 + - changed-files:
241 + - any-glob-to-any-file:
242 + - contrib/**
243 + - packaging/**
244 + - system/**
245 + - Dockerfile*
246 + - netdata-installer.sh
247 + - netdata.spec.in
248
249 area/registry:
142 - - registry/**
250 + - any:
251 + - changed-files:
252 + - any-glob-to-any-file:
253 + - registry/**
254
255 area/streaming:
145 - - streaming/**
256 + - any:
257 + - changed-files:
258 + - any-glob-to-any-file:
259 + - streaming/**
260
261 area/tests:
148 - - tests/**
149 - - daemon/unit_test*
150 - - coverity-scan.sh
151 - - cppcheck.sh
152 - - netdata.cppcheck
262 + - any:
263 + - changed-files:
264 + - any-glob-to-any-file:
265 + - tests/**
266 + - daemon/unit_test*
267 + - coverity-scan.sh
268 + - cppcheck.sh
269 + - netdata.cppcheck
270
271 area/web:
155 - - web/**
272 + - any:
273 + - changed-files:
274 + - any-glob-to-any-file:
275 + - web/**
276
277 area/logs-management:
158 - - logsmanagement/**
278 + - any:
279 + - changed-files:
280 + - any-glob-to-any-file:
281 + - logsmanagement/**
.github/workflows/labeler.yml
+1 -1
@@ -14,7 +14,7 @@ jobs:
14 contents: read
15 pull-requests: write
16 steps:
17 - - uses: actions/labeler@v4
17 + - uses: actions/labeler@v5
18 if: github.repository == 'netdata/netdata'
19 with:
20 repo-token: "${{ secrets.GITHUB_TOKEN }}"