chore: Update labeler to have separate labels for `server/webui` and `server` changes (#21567)

This commit is contained in:
Aleksander Grygier 2026-04-08 10:35:31 +02:00 committed by GitHub
parent ece522f98c
commit 3bd9aa1f92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 18 additions and 2 deletions

20
.github/labeler.yml vendored
View File

@ -73,10 +73,26 @@ android:
- changed-files:
- any-glob-to-any-file:
- examples/llama.android/**
server/webui:
- changed-files:
- all:
- any-glob-to-any-file:
- tools/server/webui/**
- tools/server/public/**
- all-globs-to-all-files:
- '!tools/server/webui/**'
- '!tools/server/public/**'
server:
- changed-files:
- any-glob-to-any-file:
- tools/server/**
- all:
- any-glob-to-any-file:
- tools/server/**
- all-globs-to-all-files:
- '!tools/server/webui/**'
- '!tools/server/public/**'
ggml:
- changed-files:
- any-glob-to-any-file: