labeler.yml 2.3 KB

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