From 488cd82ae168a39c3d64a8224077972035b56a2d Mon Sep 17 00:00:00 2001 From: Jesse Mazzella Date: Mon, 18 Jul 2022 11:38:12 -0700 Subject: [PATCH] Uppercase-X checkboxes are also valid (#5527) --- .github/workflows/prcop-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prcop-config.json b/.github/workflows/prcop-config.json index 5c278b0ec0..a85deb7564 100644 --- a/.github/workflows/prcop-config.json +++ b/.github/workflows/prcop-config.json @@ -3,7 +3,7 @@ { "name": "descriptionRegexp", "config": { - "regexp": "x] Testing instructions", + "regexp": "[x|X]] Testing instructions", "errorMessage": ":police_officer: PR Description does not confirm that associated issue(s) contain Testing instructions" } },