- fix regex in testcase

This commit is contained in:
Mike Penz
2023-08-25 09:57:29 +00:00
committed by GitHub
parent 7e5b9d05c5
commit 5dd7722b69
+1 -1
View File
@@ -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'
},
{