Merge "make gerrit commentlink case insensitive for bug and story"
This commit is contained in:
commit
ecae7c7b4d
@ -145,12 +145,12 @@ class openstack_project::gerrit (
|
||||
},
|
||||
{
|
||||
name => 'bug',
|
||||
match => '\\bbug:? #?(\\d+)',
|
||||
match => '\\b[Bb]ug:? #?(\\d+)',
|
||||
link => 'https://launchpad.net/bugs/$1',
|
||||
},
|
||||
{
|
||||
name => 'story',
|
||||
match => '\\bstory:? #?(\\d+)',
|
||||
match => '\\b[Ss]tory:? #?(\\d+)',
|
||||
link => 'https://storyboard.openstack.org/#!/story/$1',
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user