Merge "Hyperlink task footers on review-dev"
This commit is contained in:
commit
ef8f275532
@ -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+)',
|
||||
|
Loading…
Reference in New Issue
Block a user