diff --git a/.github/labeler.yml b/.github/labeler.yml index ef89541b1d..f5468cf11e 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -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: