Try to fix GitHub labeling action (#12999)

This commit is contained in:
Nat Kershaw (MSFT) 2022-09-26 11:46:28 -07:00 committed by GitHub
parent 7116825aef
commit ce2ea44a56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
.github/labeler.yml vendored
View file

@ -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)'