- fix regex in testcase
This commit is contained in:
@@ -559,7 +559,7 @@ it('Use Rules to include a PR within a Category.', async () => {
|
|||||||
exclude_labels: ['Fix'],
|
exclude_labels: ['Fix'],
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
pattern: '[ABC-1234]',
|
pattern: '\\[ABC-1234\\]',
|
||||||
on_property: 'title'
|
on_property: 'title'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user