Merge "Comment on linked stories for review state changes"
This commit is contained in:
commit
ee0283c6df
@ -191,7 +191,16 @@ class openstack_project::review (
|
||||
url => 'https://storyboard.openstack.org',
|
||||
},
|
||||
],
|
||||
# See https://gerrit.googlesource.com/plugins/its-storyboard
|
||||
# /+/stable-2.13/src/main/resources/Documentation
|
||||
# /quick-install-guide.md#its_actions_its_actionsconfigure-its-actions
|
||||
# for documentation on these options.
|
||||
its_rules => [
|
||||
{
|
||||
name => 'comment-on-status-update',
|
||||
event_type => 'patchset-created,change-abandoned,change-restored,change-merged',
|
||||
action => 'add-standard-comment',
|
||||
},
|
||||
{
|
||||
name => 'change_abandoned',
|
||||
event_type => 'change-abandoned',
|
||||
|
@ -144,11 +144,20 @@ class openstack_project::review_dev (
|
||||
url => 'https://storyboard-dev.openstack.org',
|
||||
},
|
||||
],
|
||||
# See https://gerrit.googlesource.com/plugins/its-storyboard
|
||||
# /+/stable-2.13/src/main/resources/Documentation
|
||||
# /quick-install-guide.md#its_actions_its_actionsconfigure-its-actions
|
||||
# for documentation on these options.
|
||||
its_rules => [
|
||||
{
|
||||
name => 'LOG',
|
||||
action => 'log-event error',
|
||||
},
|
||||
{
|
||||
name => 'comment-on-status-update',
|
||||
event_type => 'patchset-created,change-abandoned,change-restored,change-merged',
|
||||
action => 'add-standard-comment',
|
||||
},
|
||||
{
|
||||
name => 'change_abandoned',
|
||||
event_type => 'change-abandoned',
|
||||
|
Loading…
x
Reference in New Issue
Block a user