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
1 changed files with 5 additions and 0 deletions

View File

@ -155,6 +155,11 @@ class openstack_project::review (
match => '\\\\b[Ss]tory:? #?(\\\\d+)',
link => 'https://storyboard.openstack.org/#!/story/$1',
},
{
name => 'task',
match => '\\\\b[Tt]ask:? #?(\\\\d+)',
link => 'https://storyboard.openstack.org/#!/task/$1',
},
{
name => 'its-storyboard',
match => '\\\\b[Tt]ask:? #?(\\\\d+)',