[GittHub]Make feedback hub fabric bot item be agnostic to casing (#22146)

This commit is contained in:
Clint Rutkas 2022-11-23 04:48:21 -08:00 committed by GitHub
parent 97fdf033c8
commit b2c8900bae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -648,7 +648,7 @@
"name": "commentContains",
"parameters": {
"isRegex": true,
"commentPattern": "\\/feedbackHub"
"commentPattern": "\\/feedback[H|h]ub"
}
},
{