From 5dd7722b6919d93dc098f22ea9c4e7abf41dcadb Mon Sep 17 00:00:00 2001 From: Mike Penz Date: Fri, 25 Aug 2023 09:57:29 +0000 Subject: [PATCH] - fix regex in testcase --- __tests__/transform.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/transform.test.ts b/__tests__/transform.test.ts index f3f5c1f..65ae783 100644 --- a/__tests__/transform.test.ts +++ b/__tests__/transform.test.ts @@ -559,7 +559,7 @@ it('Use Rules to include a PR within a Category.', async () => { exclude_labels: ['Fix'], rules: [ { - pattern: '[ABC-1234]', + pattern: '\\[ABC-1234\\]', on_property: 'title' }, {