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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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