Uppercase-X checkboxes are also valid (#5527)

This commit is contained in:
Jesse Mazzella
2022-07-18 11:38:12 -07:00
committed by GitHub
parent d85be3b88e
commit 488cd82ae1

View File

@@ -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"
}
},