chore: Update labeler to have separate labels for server/webui and server changes (#21567)
This commit is contained in:
+18
-2
@@ -73,10 +73,26 @@ android:
|
|||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-any-file:
|
- any-glob-to-any-file:
|
||||||
- examples/llama.android/**
|
- 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:
|
server:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-any-file:
|
- all:
|
||||||
- tools/server/**
|
- any-glob-to-any-file:
|
||||||
|
- tools/server/**
|
||||||
|
- all-globs-to-all-files:
|
||||||
|
- '!tools/server/webui/**'
|
||||||
|
- '!tools/server/public/**'
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
ggml:
|
ggml:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-any-file:
|
- any-glob-to-any-file:
|
||||||
|
|||||||
Reference in New Issue
Block a user