make gerrit commentlink case insensitive for bug and story
Make gerrit commentlink match on 'Story' and 'Bug' Change-Id: Ib600cd326d81f0736a912719d3403cae2768c4b7
This commit is contained in:
parent
5680b06b1c
commit
08662fadad
@ -143,12 +143,12 @@ class openstack_project::gerrit (
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name => 'bug',
|
name => 'bug',
|
||||||
match => '\\bbug:? #?(\\d+)',
|
match => '\\b[Bb]ug:? #?(\\d+)',
|
||||||
link => 'https://launchpad.net/bugs/$1',
|
link => 'https://launchpad.net/bugs/$1',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name => 'story',
|
name => 'story',
|
||||||
match => '\\bstory:? #?(\\d+)',
|
match => '\\b[Ss]tory:? #?(\\d+)',
|
||||||
link => 'https://storyboard.openstack.org/#!/story/$1',
|
link => 'https://storyboard.openstack.org/#!/story/$1',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user