labeler.yml 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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-cuda/**
  67. nix:
  68. - changed-files:
  69. - any-glob-to-any-file:
  70. - "**/*.nix"
  71. - .github/workflows/nix-*.yml
  72. - .devops/nix/nixpkgs-instances.nix