labeler.yml 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. # https://github.com/actions/labeler
  2. Kompute:
  3. - changed-files:
  4. - any-glob-to-any-file:
  5. - ggml-kompute.h
  6. - ggml-kompute.cpp
  7. - README-kompute.md
  8. Apple Metal:
  9. - changed-files:
  10. - any-glob-to-any-file:
  11. - ggml-metal.h
  12. - ggml-metal.cpp
  13. - README-metal.md
  14. SYCL:
  15. - changed-files:
  16. - any-glob-to-any-file:
  17. - ggml-sycl.h
  18. - ggml-sycl.cpp
  19. - README-sycl.md
  20. Nvidia GPU:
  21. - changed-files:
  22. - any-glob-to-any-file:
  23. - ggml-cuda.h
  24. - ggml-cuda/**
  25. Vulkan:
  26. - changed-files:
  27. - any-glob-to-any-file:
  28. - ggml_vk_generate_shaders.py
  29. - 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. - codecov.yml
  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.c
  78. - ggml.h
  79. - ggml-*.c
  80. - ggml-*.h
  81. - ggml-cuda/**
  82. nix:
  83. - changed-files:
  84. - any-glob-to-any-file:
  85. - "**/*.nix"
  86. - .github/workflows/nix-*.yml
  87. - .devops/nix/nixpkgs-instances.nix
  88. embedding:
  89. - changed-files:
  90. - any-glob-to-any-file: examples/embedding/