Merge "Update its-storyboard actions on review-dev.o.o"
This commit is contained in:
commit
39e6037261
@ -144,9 +144,19 @@ class openstack_project::review_dev (
|
|||||||
action => 'log-event error',
|
action => 'log-event error',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name => 'change_status_updates',
|
name => 'change_abandoned',
|
||||||
event_type => 'patchset-created,change-abandoned,change-restored,change-merged',
|
event_type => 'change-abandoned',
|
||||||
action => 'add-standard-comment',
|
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 => [
|
replication => [
|
||||||
|
Loading…
Reference in New Issue
Block a user