@cryptotaxi247 / netdata-1 / commits / 326e3e468

ci: add systemd-journal and metdata to labeler (#15746)

Ilya Mashchenko committed Aug 4, 2023 at 15:29 UTC 326e3e4687b7412c787b7331293859c1998ef4ec
1 file changed +9
.github/labeler.yml
+9
@@ -134,6 +134,10 @@ collectors/statsd:
134 - collectors/statsd.plugin/*
135 - collectors/statsd.plugin/**/*
136
137 +collectors/systemd-journal:
138 + - collectors/systemd-journal.plugin/*
139 + - collectors/systemd-journal.plugin/**/*
140 +
141 collectors/tc:
142 - collectors/tc.plugin/*
143 - collectors/tc.plugin/**/*
@@ -152,6 +156,11 @@ area/health:
156 - health/*
157 - health/**/*
158
159 +area/metadata:
160 + - "**/*metadata.yaml"
161 + - integrations/*
162 + - integrations/**/*
163 +
164 area/ml:
165 - ml/*
166 - ml/**/*