Merge "Update its-storyboard actions on review-dev.o.o"

This commit is contained in:
Jenkins 2016-08-09 16:08:57 +00:00 committed by Gerrit Code Review
commit 39e6037261

View File

@ -144,9 +144,19 @@ class openstack_project::review_dev (
action => 'log-event error',
},
{
name => 'change_status_updates',
event_type => 'patchset-created,change-abandoned,change-restored,change-merged',
action => 'add-standard-comment',
name => 'change_abandoned',
event_type => 'change-abandoned',
action => 'set-status TODO',
},
{
name => 'change_in_progress',
event_type => 'patchset-created, change-restored',
action => 'set-status REVIEW',
},
{
name => 'change_merged',
event_type => 'change-merged',
action => 'set-status MERGED',
},
],
replication => [