Merge "Hyperlink task footers"
This commit is contained in:
commit
26494b03d9
@ -155,6 +155,11 @@ class openstack_project::review (
|
|||||||
match => '\\\\b[Ss]tory:? #?(\\\\d+)',
|
match => '\\\\b[Ss]tory:? #?(\\\\d+)',
|
||||||
link => 'https://storyboard.openstack.org/#!/story/$1',
|
link => 'https://storyboard.openstack.org/#!/story/$1',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name => 'task',
|
||||||
|
match => '\\\\b[Tt]ask:? #?(\\\\d+)',
|
||||||
|
link => 'https://storyboard.openstack.org/#!/task/$1',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name => 'its-storyboard',
|
name => 'its-storyboard',
|
||||||
match => '\\\\b[Tt]ask:? #?(\\\\d+)',
|
match => '\\\\b[Tt]ask:? #?(\\\\d+)',
|
||||||
|
Loading…
Reference in New Issue
Block a user