From b2c8900baebd0affc8de30840125f570dac60c34 Mon Sep 17 00:00:00 2001 From: Clint Rutkas Date: Wed, 23 Nov 2022 04:48:21 -0800 Subject: [PATCH] [GittHub]Make feedback hub fabric bot item be agnostic to casing (#22146) --- .github/fabricbot.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/fabricbot.json b/.github/fabricbot.json index 4d175aed6c..99c51593b2 100644 --- a/.github/fabricbot.json +++ b/.github/fabricbot.json @@ -648,7 +648,7 @@ "name": "commentContains", "parameters": { "isRegex": true, - "commentPattern": "\\/feedbackHub" + "commentPattern": "\\/feedback[H|h]ub" } }, {