system-config/playbooks/roles/gerrit/files/its/actions.config
Ian Wienand f673eda549 gerrit: add its actions.config file
This file used to be managed by puppet-gerrit and it seems we missed
converting it to Ansible.  Add it with the contents from the server.

Change-Id: I10a10166446941d2676ae9181fc74b5a1408c5ed
2021-10-05 08:36:25 +11:00

13 lines
400 B
Plaintext

[rule "comment-on-status-update"]
action = add-standard-comment
event-type = patchset-created,change-abandoned,change-restored,change-merged
[rule "change_abandoned"]
action = set-status TODO
event-type = change-abandoned
[rule "change_in_progress"]
action = set-status REVIEW
event-type = patchset-created,change-restored
[rule "change_merged"]
action = set-status MERGED
event-type = change-merged