From 440f31668f1669be4eec328d7fbbe8a0456d4675 Mon Sep 17 00:00:00 2001 From: Faith Xu Date: Tue, 27 Sep 2022 13:58:09 -0700 Subject: [PATCH] Labeler: Test /i regex for case sensitivity (#13115) ### Description Test if regex change will make auto labeling case insensitive --- .github/labeler.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index f119d6a8ab..a708d65fd8 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,6 +1,6 @@ # Add/remove 'ep:ACL' label if issue contains the word 'ACL' ep:ACL: - - '(ACL)' + - '/ACL/i' # Add/remove 'ep:ArmNN' label if issue contains the word 'ArmNN' ep:ArmNN: - '(ArmNN)' @@ -42,13 +42,13 @@ 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)' # Add/remove 'platform:jetson' label if issue contains the word 'Jetson' or 'jetson' platform:jetson: - '(Jetson|jetson)' # Add/remove 'platform:windows' label if issue contains the word 'Windows' platform:windows: - - '(Windows)' + - '(Windows|WinRT)' # Add/remove 'model:transformer' label if issue contains the word 'BERT', 'Bert\b', 'bert\b', 'GPT2', 'gpt2', 'Hugging Face', 'HuggingFace', 'Hugging face', 'Huggingface', 'hugging face', 'huggingface', 'Longformer', 'Long former', 'longformer', 'long former', 'T5', or 't5' model:transformer: - '(BERT|Bert\b|bert\b|GPT2|gpt2|Hugging Face|HuggingFace|Hugging face|Huggingface|hugging face|huggingface|Longformer|Long former|longformer|long former|T5|t5)' @@ -56,5 +56,3 @@ model:transformer: quantization: - '(Is this a quantized model\?\n\nYes|Quantization|quantization|Quantized|(?