labeler.yml: add embedding label detector [no ci] (#7482)

This commit is contained in:
Brian 2024-05-23 17:40:43 +10:00 committed by GitHub
parent d48c88cbd5
commit 152da28ae5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

5
.github/labeler.yml vendored
View File

@ -62,6 +62,8 @@ server:
ggml:
- changed-files:
- any-glob-to-any-file:
- ggml.c
- ggml.h
- ggml-*.c
- ggml-*.h
- ggml-cuda/**
@ -71,3 +73,6 @@ nix:
- "**/*.nix"
- .github/workflows/nix-*.yml
- .devops/nix/nixpkgs-instances.nix
embedding:
- changed-files:
- any-glob-to-any-file: examples/embedding/