1# https://github.com/actions/labeler
  2Apple Metal:
  3    - changed-files:
  4        - any-glob-to-any-file:
  5            - ggml/include/ggml-metal.h
  6            - ggml/src/ggml-metal/**
  7            - README-metal.md
  8SYCL:
  9    - changed-files:
 10        - any-glob-to-any-file:
 11            - ggml/include/ggml-sycl.h
 12            - ggml/src/ggml-sycl/**
 13            - docs/backend/SYCL.md
 14            - examples/sycl/**
 15Nvidia GPU:
 16    - changed-files:
 17        - any-glob-to-any-file:
 18            - ggml/include/ggml-cuda.h
 19            - ggml/src/ggml-cuda/**
 20Vulkan:
 21    - changed-files:
 22        - any-glob-to-any-file:
 23            - ggml/include/ggml-vulkan.h
 24            - ggml/src/ggml-vulkan/**
 25IBM zDNN:
 26    - changed-files:
 27        - any-glob-to-any-file:
 28            - ggml/include/ggml-zdnn.h
 29            - ggml/src/ggml-zdnn/**
 30documentation:
 31    - changed-files:
 32        - any-glob-to-any-file:
 33            - docs/**
 34            - media/**
 35testing:
 36    - changed-files:
 37        - any-glob-to-any-file:
 38            - tests/**
 39build:
 40    - changed-files:
 41        - any-glob-to-any-file:
 42            - cmake/**
 43            - CMakeLists.txt
 44            - CMakePresets.json
 45examples:
 46    - changed-files:
 47        - any-glob-to-any-file:
 48            - examples/**
 49            - tools/**
 50devops:
 51    - changed-files:
 52        - any-glob-to-any-file:
 53            - .devops/**
 54            - .github/**
 55            - ci/**
 56python:
 57    - changed-files:
 58        - any-glob-to-any-file:
 59            - "**/*.py"
 60            - requirements/**
 61            - gguf-py/**
 62            - .flake8
 63script:
 64    - changed-files:
 65        - any-glob-to-any-file:
 66            - scripts/**
 67android:
 68    - changed-files:
 69        - any-glob-to-any-file:
 70            - examples/llama.android/**
 71server:
 72    - changed-files:
 73        - any-glob-to-any-file:
 74            - tools/server/**
 75ggml:
 76    - changed-files:
 77        - any-glob-to-any-file:
 78            - ggml/**
 79model:
 80    - changed-files:
 81        - any-glob-to-any-file:
 82            - src/models/**
 83nix:
 84    - changed-files:
 85        - any-glob-to-any-file:
 86            - "**/*.nix"
 87            - .github/workflows/nix-*.yml
 88            - .devops/nix/nixpkgs-instances.nix
 89embedding:
 90    - changed-files:
 91        - any-glob-to-any-file: examples/embedding/
 92jinja parser:
 93    - changed-files:
 94        - any-glob-to-any-file:
 95            - common/jinja/**
 96Ascend NPU:
 97    - changed-files:
 98        - any-glob-to-any-file:
 99            - ggml/include/ggml-cann.h
100            - ggml/src/ggml-cann/**
101            - docs/backend/CANN.md
102OpenCL:
103    - changed-files:
104        - any-glob-to-any-file:
105            - ggml/include/ggml-opencl.h
106            - ggml/src/ggml-opencl/**