From 68280873473c8091557eeb32c62d19ad8d561f01 Mon Sep 17 00:00:00 2001 From: Sophie Schoenmeyer <107952697+sophies927@users.noreply.github.com> Date: Tue, 1 Oct 2024 14:04:03 -0700 Subject: [PATCH] Update test_issueLabeler.yml to fix RegEx (#948) --- .github/policies/test_issueLabeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/policies/test_issueLabeler.yml b/.github/policies/test_issueLabeler.yml index c14eb3029..303c8dbf3 100644 --- a/.github/policies/test_issueLabeler.yml +++ b/.github/policies/test_issueLabeler.yml @@ -12,7 +12,7 @@ configuration: - payloadType: Issues - isOpen - titleContains: - pattern: /\bcuda\b/i + pattern: (?i)\bcuda\b isRegex: True then: - addLabel: