labeler.yml 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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: examples/**
  49. devops:
  50. - changed-files:
  51. - any-glob-to-any-file:
  52. - .devops/**
  53. - .github/**
  54. - ci/**
  55. python:
  56. - changed-files:
  57. - any-glob-to-any-file:
  58. - "**/*.py"
  59. - requirements/**
  60. - gguf-py/**
  61. - .flake8
  62. script:
  63. - changed-files:
  64. - any-glob-to-any-file:
  65. - scripts/**
  66. android:
  67. - changed-files:
  68. - any-glob-to-any-file:
  69. - examples/llama.android/**
  70. server:
  71. - changed-files:
  72. - any-glob-to-any-file:
  73. - examples/server/**
  74. ggml:
  75. - changed-files:
  76. - any-glob-to-any-file:
  77. - ggml/**
  78. nix:
  79. - changed-files:
  80. - any-glob-to-any-file:
  81. - "**/*.nix"
  82. - .github/workflows/nix-*.yml
  83. - .devops/nix/nixpkgs-instances.nix
  84. embedding:
  85. - changed-files:
  86. - any-glob-to-any-file: examples/embedding/