| 1 | # This configures label matching for PR's. |
| 2 | # |
| 3 | # The keys are labels, and the values are lists of minimatch patterns |
| 4 | # to which those labels apply. |
| 5 | # |
| 6 | # NOTE: This can only add labels, not remove them. |
| 7 | # NOTE: Due to YAML syntax limitations, patterns or labels which start |
| 8 | # with a character that is part of the standard YAML syntax must be |
| 9 | # quoted. |
| 10 | # |
| 11 | # Please keep the labels sorted and deduplicated. |
| 12 | |
| 13 | area/ACLK: |
| 14 | - any: |
| 15 | - changed-files: |
| 16 | - any-glob-to-any-file: |
| 17 | - src/aclk/** |
| 18 | - src/database/sqlite/sqlite_aclk* |
| 19 | - src/aclk/mqtt_websockets |
| 20 | |
| 21 | area/claim: |
| 22 | - any: |
| 23 | - changed-files: |
| 24 | - any-glob-to-any-file: |
| 25 | - src/claim/* |
| 26 | |
| 27 | area/exporting: |
| 28 | - any: |
| 29 | - changed-files: |
| 30 | - any-glob-to-any-file: |
| 31 | - src/exporting/** |
| 32 | |
| 33 | area/build: |
| 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: |
| 45 | - any: |
| 46 | - changed-files: |
| 47 | - any-glob-to-any-file: |
| 48 | - .github/** |
| 49 | |
| 50 | area/daemon: |
| 51 | - any: |
| 52 | - changed-files: |
| 53 | - any-glob-to-any-file: |
| 54 | - src/daemon/** |
| 55 | |
| 56 | area/database: |
| 57 | - any: |
| 58 | - changed-files: |
| 59 | - any-glob-to-any-file: |
| 60 | - src/database/** |
| 61 | |
| 62 | area/docs: |
| 63 | - any: |
| 64 | - changed-files: |
| 65 | - any-glob-to-any-file: |
| 66 | - "*.md" |
| 67 | - "**/*.md" |
| 68 | - "**/*.mdx" |
| 69 | - docs/diagrams/** |
| 70 | |
| 71 | # -----------------collectors---------------------- |
| 72 | |
| 73 | area/collectors: |
| 74 | - any: |
| 75 | - changed-files: |
| 76 | - any-glob-to-any-file: |
| 77 | - src/collectors/** |
| 78 | - src/go/** |
| 79 | |
| 80 | collectors/apps: |
| 81 | - any: |
| 82 | - changed-files: |
| 83 | - any-glob-to-any-file: |
| 84 | - src/collectors/apps.plugin/** |
| 85 | |
| 86 | collectors/cgroups: |
| 87 | - any: |
| 88 | - changed-files: |
| 89 | - any-glob-to-any-file: |
| 90 | - src/collectors/cgroups.plugin/** |
| 91 | |
| 92 | collectors/charts.d: |
| 93 | - any: |
| 94 | - changed-files: |
| 95 | - any-glob-to-any-file: |
| 96 | - src/collectors/charts.d.plugin/** |
| 97 | |
| 98 | collectors/cups: |
| 99 | - any: |
| 100 | - changed-files: |
| 101 | - any-glob-to-any-file: |
| 102 | - src/collectors/cups.plugin/** |
| 103 | |
| 104 | collectors/debugfs: |
| 105 | - any: |
| 106 | - changed-files: |
| 107 | - any-glob-to-any-file: |
| 108 | - src/collectors/debugfs.plugin/** |
| 109 | |
| 110 | collectors/diskspace: |
| 111 | - any: |
| 112 | - changed-files: |
| 113 | - any-glob-to-any-file: |
| 114 | - src/collectors/diskspace.plugin/** |
| 115 | |
| 116 | collectors/ebpf: |
| 117 | - any: |
| 118 | - changed-files: |
| 119 | - any-glob-to-any-file: |
| 120 | - src/collectors/ebpf.plugin/** |
| 121 | |
| 122 | collectors/freebsd: |
| 123 | - any: |
| 124 | - changed-files: |
| 125 | - any-glob-to-any-file: |
| 126 | - src/collectors/freebsd.plugin/** |
| 127 | |
| 128 | collectors/freeipmi: |
| 129 | - any: |
| 130 | - changed-files: |
| 131 | - any-glob-to-any-file: |
| 132 | - src/collectors/freeipmi.plugin/** |
| 133 | |
| 134 | collectors/go.d: |
| 135 | - any: |
| 136 | - changed-files: |
| 137 | - any-glob-to-any-file: |
| 138 | - src/go/** |
| 139 | |
| 140 | collectors/idlejitter: |
| 141 | - any: |
| 142 | - changed-files: |
| 143 | - any-glob-to-any-file: |
| 144 | - src/collectors/idlejitter.plugin/** |
| 145 | |
| 146 | collectors/ioping: |
| 147 | - any: |
| 148 | - changed-files: |
| 149 | - any-glob-to-any-file: |
| 150 | - src/collectors/ioping.plugin/** |
| 151 | |
| 152 | collectors/macos: |
| 153 | - any: |
| 154 | - changed-files: |
| 155 | - any-glob-to-any-file: |
| 156 | - src/collectors/macos.plugin/** |
| 157 | |
| 158 | collectors/nfacct: |
| 159 | - any: |
| 160 | - changed-files: |
| 161 | - any-glob-to-any-file: |
| 162 | - src/collectors/nfacct.plugin/** |
| 163 | |
| 164 | collectors/perf: |
| 165 | - any: |
| 166 | - changed-files: |
| 167 | - any-glob-to-any-file: |
| 168 | - src/collectors/perf.plugin/** |
| 169 | |
| 170 | collectors/proc: |
| 171 | - any: |
| 172 | - changed-files: |
| 173 | - any-glob-to-any-file: |
| 174 | - src/collectors/proc.plugin/** |
| 175 | |
| 176 | collectors/python.d: |
| 177 | - any: |
| 178 | - changed-files: |
| 179 | - any-glob-to-any-file: |
| 180 | - src/collectors/python.d.plugin/** |
| 181 | |
| 182 | collectors/slabinfo: |
| 183 | - any: |
| 184 | - changed-files: |
| 185 | - any-glob-to-any-file: |
| 186 | - src/collectors/slabinfo.plugin/** |
| 187 | |
| 188 | collectors/statsd: |
| 189 | - any: |
| 190 | - changed-files: |
| 191 | - any-glob-to-any-file: |
| 192 | - src/collectors/statsd.plugin/** |
| 193 | |
| 194 | collectors/systemd-journal: |
| 195 | - any: |
| 196 | - changed-files: |
| 197 | - any-glob-to-any-file: |
| 198 | - src/collectors/systemd-journal.plugin/** |
| 199 | |
| 200 | collectors/tc: |
| 201 | - any: |
| 202 | - changed-files: |
| 203 | - any-glob-to-any-file: |
| 204 | - src/collectors/tc.plugin/** |
| 205 | |
| 206 | collectors/timex: |
| 207 | - any: |
| 208 | - changed-files: |
| 209 | - any-glob-to-any-file: |
| 210 | - src/collectors/timex.plugin/** |
| 211 | |
| 212 | collectors/windows: |
| 213 | - any: |
| 214 | - changed-files: |
| 215 | - any-glob-to-any-file: |
| 216 | - src/collectors/windows.plugin/** |
| 217 | |
| 218 | collectors/xenstat: |
| 219 | - any: |
| 220 | - changed-files: |
| 221 | - any-glob-to-any-file: |
| 222 | - src/collectors/xenstat.plugin/** |
| 223 | |
| 224 | # ----------------/collectors---------------------- |
| 225 | |
| 226 | area/go: |
| 227 | - any: |
| 228 | - changed-files: |
| 229 | - any-glob-to-any-file: |
| 230 | - src/go/** |
| 231 | |
| 232 | area/health: |
| 233 | - any: |
| 234 | - changed-files: |
| 235 | - any-glob-to-any-file: |
| 236 | - src/health/** |
| 237 | |
| 238 | area/metadata: |
| 239 | - any: |
| 240 | - changed-files: |
| 241 | - any-glob-to-any-file: |
| 242 | - "**/*metadata.yaml" |
| 243 | - integrations/** |
| 244 | |
| 245 | area/ml: |
| 246 | - any: |
| 247 | - changed-files: |
| 248 | - any-glob-to-any-file: |
| 249 | - src/ml/** |
| 250 | |
| 251 | area/packaging: |
| 252 | - any: |
| 253 | - changed-files: |
| 254 | - any-glob-to-any-file: |
| 255 | - packaging/** |
| 256 | - system/** |
| 257 | - Dockerfile* |
| 258 | - netdata-installer.sh |
| 259 | - netdata.spec.in |
| 260 | |
| 261 | area/registry: |
| 262 | - any: |
| 263 | - changed-files: |
| 264 | - any-glob-to-any-file: |
| 265 | - src/registry/** |
| 266 | |
| 267 | area/streaming: |
| 268 | - any: |
| 269 | - changed-files: |
| 270 | - any-glob-to-any-file: |
| 271 | - src/streaming/** |
| 272 | |
| 273 | area/tests: |
| 274 | - any: |
| 275 | - changed-files: |
| 276 | - any-glob-to-any-file: |
| 277 | - tests/** |
| 278 | - src/daemon/unit_test* |
| 279 | - packaging/utils/coverity-scan.sh |
| 280 | |
| 281 | area/web: |
| 282 | - any: |
| 283 | - changed-files: |
| 284 | - any-glob-to-any-file: |
| 285 | - src/web/** |
| 286 | |
| 287 | area/plugins.d: |
| 288 | - any: |
| 289 | - changed-files: |
| 290 | - any-glob-to-any-file: |
| 291 | - src/plugins.d/** |