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' }, {