ci : apply model label to models (#16994)

This commit is contained in:
Sigbjørn Skjæret 2025-11-04 12:29:39 +01:00 committed by GitHub
parent b164259bba
commit d945834366
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

4
.github/labeler.yml vendored
View File

@ -76,6 +76,10 @@ ggml:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- ggml/** - ggml/**
model:
- changed-files:
- any-glob-to-any-file:
- src/models/**
nix: nix:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file: