Merge "Hyperlink task footers on review-dev"

This commit is contained in:
Zuul 2018-10-11 21:01:07 +00:00 committed by Gerrit Code Review
commit ef8f275532
1 changed files with 5 additions and 0 deletions

View File

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