misc: update lables (#24920)

* misc: update lables

* bring back examples, add mtmd
This commit is contained in:
Xuan-Son Nguyen
2026-06-25 16:26:56 +02:00
committed by GitHub
parent 60bc8866b1
commit 099bf06952
+26 -19
View File
@@ -35,8 +35,20 @@ AMD ZenDNN:
documentation: documentation:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- **/*.md
- docs/** - docs/**
- media/** - media/**
examples:
- all:
- changed-files:
- any-glob-to-any-file:
- app/**
- examples/**
- tools/**
- all-globs-to-all-files:
- '!tools/server/**'
- '!tools/mtmd/**'
- '!tools/ui/**'
testing: testing:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
@@ -47,28 +59,12 @@ build:
- cmake/** - cmake/**
- CMakeLists.txt - CMakeLists.txt
- CMakePresets.json - CMakePresets.json
examples:
- changed-files:
- any-glob-to-any-file:
- examples/**
- tools/**
devops: devops:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- .devops/** - .devops/**
- .github/** - .github/**
- ci/** - ci/**
python:
- changed-files:
- any-glob-to-any-file:
- "**/*.py"
- requirements/**
- gguf-py/**
- .flake8
script:
- changed-files:
- any-glob-to-any-file:
- scripts/**
android: android:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
@@ -81,9 +77,20 @@ server:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- tools/server/** - tools/server/**
mtmd:
- changed-files:
- any-glob-to-any-file:
- tools/mtmd/**
conversion:
- changed-files:
- any-glob-to-any-file:
- conversion/**
- convert_*.py
- gguf-py/**
vendor:
- changed-files:
- any-glob-to-any-file:
- vendor/**
ggml: ggml:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file: