File tree Expand file tree Collapse file tree 2 files changed +85
-0
lines changed Expand file tree Collapse file tree 2 files changed +85
-0
lines changed Original file line number Diff line number Diff line change
1
+ # https://github.com/actions/labeler
2
+
3
+ SYCL :
4
+ - changed-files :
5
+ - any-glob-to-any-file :
6
+ - ggml-sycl.h
7
+ - ggml-sycl.cpp
8
+ - README-sycl.md
9
+ Nvidia GPU :
10
+ - changed-files :
11
+ - any-glob-to-any-file :
12
+ - ggml-cuda/**
13
+ Vulkan :
14
+ - changed-files :
15
+ - any-glob-to-any-file :
16
+ - ggml_vk_generate_shaders.py
17
+ - ggml-vulkan*
18
+ documentation :
19
+ - changed-files :
20
+ - any-glob-to-any-file :
21
+ - docs/**
22
+ - media/**
23
+ testing :
24
+ - changed-files :
25
+ - any-glob-to-any-file :
26
+ - tests/**
27
+ build :
28
+ - changed-files :
29
+ - any-glob-to-any-file :
30
+ - cmake/**
31
+ - CMakeLists.txt
32
+ - CMakePresets.json
33
+ - codecov.yml
34
+ examples :
35
+ - changed-files :
36
+ - any-glob-to-any-file : examples/**
37
+ devops :
38
+ - changed-files :
39
+ - any-glob-to-any-file :
40
+ - .devops/**
41
+ - .github/**
42
+ - ci/**
43
+ python :
44
+ - changed-files :
45
+ - any-glob-to-any-file :
46
+ - " **/*.py"
47
+ - requirements/**
48
+ - gguf-py/**
49
+ - .flake8
50
+ script :
51
+ - changed-files :
52
+ - any-glob-to-any-file :
53
+ - scripts/**
54
+ android :
55
+ - changed-files :
56
+ - any-glob-to-any-file :
57
+ - examples/llama.android/**
58
+ server :
59
+ - changed-files :
60
+ - any-glob-to-any-file :
61
+ - examples/server/**
62
+ ggml :
63
+ - changed-files :
64
+ - any-glob-to-any-file :
65
+ - ggml-*.c
66
+ - ggml-*.h
67
+ - ggml-cuda/**
68
+ nix :
69
+ - changed-files :
70
+ - any-glob-to-any-file :
71
+ - " **/*.nix"
72
+ - .github/workflows/nix-*.yml
73
+ - .devops/nix/nixpkgs-instances.nix
Original file line number Diff line number Diff line change
1
+ name : " Pull Request Labeler"
2
+ on :
3
+ - pull_request_target
4
+
5
+ jobs :
6
+ labeler :
7
+ permissions :
8
+ contents : read
9
+ pull-requests : write
10
+ runs-on : ubuntu-latest
11
+ steps :
12
+ - uses : actions/labeler@v5
You can’t perform that action at this time.
0 commit comments