From a76505e8564121be127af2dd2fe065543573cea3 Mon Sep 17 00:00:00 2001 From: brian khuu Date: Sat, 18 May 2024 16:03:30 +1000 Subject: [PATCH] github actions: remove priority auto labeling [no ci] --- .github/labeler.yml | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index f2caa322d..fca60594f 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,29 +1,5 @@ # https://github.com/actions/labeler -## AUTO DIFFICULTIES MARKER -############################ - -"review complexity : high": - - changed-files: - - any-glob-to-any-file: - - ggml-cuda/*.cu - - ggml-cuda/*.cuh - - ggml-vulkan.cpp - - ggml-sycl.cpp - - ggml_vk_generate_shaders.py - - ggml-sycl.cpp -"review complexity : medium": - - changed-files: - - any-glob-to-any-file: - - .devops/** - - .github/** - - ci/** -#'review complexity : low': - - -## AUTO CATEGORIZATION -####################### - SYCL: - changed-files: - any-glob-to-any-file: