Skip to content

Commit 099bf06

Browse files
authored
misc: update lables (ggml-org#24920)
* misc: update lables * bring back examples, add mtmd
1 parent 60bc886 commit 099bf06

1 file changed

Lines changed: 26 additions & 19 deletions

File tree

.github/labeler.yml

Lines changed: 26 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,20 @@ AMD ZenDNN:
3535
documentation:
3636
- changed-files:
3737
- any-glob-to-any-file:
38+
- **/*.md
3839
- docs/**
3940
- media/**
41+
examples:
42+
- all:
43+
- changed-files:
44+
- any-glob-to-any-file:
45+
- app/**
46+
- examples/**
47+
- tools/**
48+
- all-globs-to-all-files:
49+
- '!tools/server/**'
50+
- '!tools/mtmd/**'
51+
- '!tools/ui/**'
4052
testing:
4153
- changed-files:
4254
- any-glob-to-any-file:
@@ -47,28 +59,12 @@ build:
4759
- cmake/**
4860
- CMakeLists.txt
4961
- CMakePresets.json
50-
examples:
51-
- changed-files:
52-
- any-glob-to-any-file:
53-
- examples/**
54-
- tools/**
5562
devops:
5663
- changed-files:
5764
- any-glob-to-any-file:
5865
- .devops/**
5966
- .github/**
6067
- ci/**
61-
python:
62-
- changed-files:
63-
- any-glob-to-any-file:
64-
- "**/*.py"
65-
- requirements/**
66-
- gguf-py/**
67-
- .flake8
68-
script:
69-
- changed-files:
70-
- any-glob-to-any-file:
71-
- scripts/**
7268
android:
7369
- changed-files:
7470
- any-glob-to-any-file:
@@ -81,9 +77,20 @@ server:
8177
- changed-files:
8278
- any-glob-to-any-file:
8379
- tools/server/**
84-
85-
86-
80+
mtmd:
81+
- changed-files:
82+
- any-glob-to-any-file:
83+
- tools/mtmd/**
84+
conversion:
85+
- changed-files:
86+
- any-glob-to-any-file:
87+
- conversion/**
88+
- convert_*.py
89+
- gguf-py/**
90+
vendor:
91+
- changed-files:
92+
- any-glob-to-any-file:
93+
- vendor/**
8794
ggml:
8895
- changed-files:
8996
- any-glob-to-any-file:

0 commit comments

Comments
 (0)