labeler.yml 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. # https://github.com/actions/labeler
  2. Apple 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
  8. SYCL:
  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/**
  15. Nvidia GPU:
  16. - changed-files:
  17. - any-glob-to-any-file:
  18. - ggml/include/ggml-cuda.h
  19. - ggml/src/ggml-cuda/**
  20. Vulkan:
  21. - changed-files:
  22. - any-glob-to-any-file:
  23. - ggml/include/ggml-vulkan.h
  24. - ggml/src/ggml-vulkan/**
  25. documentation:
  26. - changed-files:
  27. - any-glob-to-any-file:
  28. - docs/**
  29. - media/**
  30. testing:
  31. - changed-files:
  32. - any-glob-to-any-file:
  33. - tests/**
  34. build:
  35. - changed-files:
  36. - any-glob-to-any-file:
  37. - cmake/**
  38. - CMakeLists.txt
  39. - CMakePresets.json
  40. examples:
  41. - changed-files:
  42. - any-glob-to-any-file:
  43. - examples/**
  44. - tools/**
  45. devops:
  46. - changed-files:
  47. - any-glob-to-any-file:
  48. - .devops/**
  49. - .github/**
  50. - ci/**
  51. python:
  52. - changed-files:
  53. - any-glob-to-any-file:
  54. - "**/*.py"
  55. - requirements/**
  56. - gguf-py/**
  57. - .flake8
  58. script:
  59. - changed-files:
  60. - any-glob-to-any-file:
  61. - scripts/**
  62. android:
  63. - changed-files:
  64. - any-glob-to-any-file:
  65. - examples/llama.android/**
  66. server:
  67. - changed-files:
  68. - any-glob-to-any-file:
  69. - tools/server/**
  70. ggml:
  71. - changed-files:
  72. - any-glob-to-any-file:
  73. - ggml/**
  74. nix:
  75. - changed-files:
  76. - any-glob-to-any-file:
  77. - "**/*.nix"
  78. - .github/workflows/nix-*.yml
  79. - .devops/nix/nixpkgs-instances.nix
  80. embedding:
  81. - changed-files:
  82. - any-glob-to-any-file: examples/embedding/
  83. Ascend NPU:
  84. - changed-files:
  85. - any-glob-to-any-file:
  86. - ggml/include/ggml-cann.h
  87. - ggml/src/ggml-cann/**
  88. - docs/backend/CANN.md
  89. OpenCL:
  90. - changed-files:
  91. - any-glob-to-any-file:
  92. - ggml/include/ggml-opencl.h
  93. - ggml/src/ggml-opencl/**