Merge "Hyperlink task footers"

This commit is contained in:
Zuul 2018-10-31 19:13:19 +00:00 committed by Gerrit Code Review
commit 26494b03d9

View File

@ -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+)',