labeler.yml 2.2 KB

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