From: Sigbjørn Skjæret Date: Mon, 16 Mar 2026 19:24:20 +0000 (+0100) Subject: ci : update labeler (#20629) X-Git-Tag: upstream/0.0.8611~228 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=0ed992973b808d3e44c2e10080198266325b677a;p=pkg%2Fggml%2Fsources%2Fllama.cpp ci : update labeler (#20629) --- diff --git a/.github/labeler.yml b/.github/labeler.yml index 08cfd7e0b..e9b75bc29 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -104,3 +104,20 @@ OpenCL: - any-glob-to-any-file: - ggml/include/ggml-opencl.h - ggml/src/ggml-opencl/** + - docs/backend/OPENCL.md +Hexagon: + - changed-files: + - any-glob-to-any-file: + - ggml/include/ggml-hexagon.h + - ggml/src/ggml-hexagon/** +WebGPU: + - changed-files: + - any-glob-to-any-file: + - ggml/include/ggml-webgpu.h + - ggml/src/ggml-webgpu/** +OpenVINO: + - changed-files: + - any-glob-to-any-file: + - ggml/include/ggml-openvino.h + - ggml/src/ggml-openvino/** + - docs/backend/OPENVINO.md