labeler.yml: add embedding label detector [no ci]

This commit is contained in:
brian khuu 2024-05-23 12:20:32 +10:00
parent 95fb0aefab
commit 3cff0f2a66

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/