labeler.yml 2.2 KB

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