Merge "fix bug regex to allow for spaces after colon"
This commit is contained in:
commit
fa2efc1f4f
@ -131,7 +131,7 @@ class openstack_project::gerrit (
|
||||
},
|
||||
{
|
||||
name => 'bugheader',
|
||||
match => '^([Cc]loses|[Pp]artial|[Rr]elated)-[Bb]ug:[\\s#]?(\\d+)$',
|
||||
match => '([Cc]loses|[Pp]artial|[Rr]elated)-[Bb]ug:\\s*#?(\\d+)',
|
||||
link => 'https://launchpad.net/bugs/$2',
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user