Compare commits

...

2 Commits

Author SHA1 Message Date
Jesse Mazzella
fe812c5f23 Merge branch 'master' into mct5526-prcop-checkboxes 2022-07-18 11:28:14 -07:00
Jesse Mazzella
c407cb0a3b Uppercase-X checkboxes are also valid 2022-07-18 09:38:55 -07:00

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