labeler.yml 1.8 KB

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