I want to disallow the author of a change to review his/her own changes in gerrit. I'm aware of this suggested hack, but that doesn't really solve the issue.
Now I learned from the gerrit issues that gerrit's hardcoded rules can be modified by custom prolog code, so it should potentially be possible to modify the workflow as I want. However, I have never modified gerrit's workflow before and I don't know much prolog.
Does anyone have a small working example of custom rules for gerrit using this prolog engine?
I will happily accept other alternatives of how to forbid authors doing a self-review, given they do not require my team to change the current workflow.