mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-23 22:13:38 +00:00
Try to fix GitHub labeling action (#12999)
This commit is contained in:
parent
7116825aef
commit
ce2ea44a56
1 changed files with 2 additions and 2 deletions
4
.github/labeler.yml
vendored
4
.github/labeler.yml
vendored
|
|
@ -42,7 +42,7 @@ api:CSharp:
|
|||
- '(C#)'
|
||||
# Add/remove 'api' label if issue contains the word 'Python', 'C++', 'C\b', 'Obj-C', or 'WinRT'
|
||||
api:
|
||||
- '(Python|C++|C\b|Obj-C|WinRT)'
|
||||
- '(Python|C\+\+|C\b|Obj-C|WinRT)'
|
||||
# Add/remove 'platform:jetson' label if issue contains the word 'Jetson' or 'jetson'
|
||||
platform:jetson:
|
||||
- '(Jetson|jetson)'
|
||||
|
|
@ -57,4 +57,4 @@ quantization:
|
|||
- '(Is this a quantized model\?\n\nYes|Quantization|quantization|Quantized|(?<!(Is this a ))quantized)'
|
||||
# Add/remove 'build' label if issue contains the word 'ACL', 'ArmNN', 'CUDA', 'DirectML', 'MIGraphX', 'oneDNN', 'OpenVINO', 'Rockchip NPU', 'TensorRT', 'TVM', 'Vitis AI', 'Java', 'Python', 'C++', 'C#', 'C\b', or 'Obj-C'
|
||||
build:
|
||||
- '(ACL|ArmNN|CUDA|DirectML|MIGraphX|oneDNN|OpenVINO|Rockchip NPU|TensorRT|TVM|Vitis AI|Java|Python|C++|C#|C\b|Obj-C)'
|
||||
- '(ACL|ArmNN|CUDA|DirectML|MIGraphX|oneDNN|OpenVINO|Rockchip NPU|TensorRT|TVM|Vitis AI|Java|Python|C\+\+|C#|C\b|Obj-C)'
|
||||
|
|
|
|||
Loading…
Reference in a new issue