commit | 2d16efd4599690560bcde8e96f983a53ed6cbf69 | [log] [tgz] |
---|---|---|
author | David Ostrovsky <david@ostrovsky.org> | Thu Jan 14 11:40:48 2021 +0100 |
committer | David Ostrovsky <david@ostrovsky.org> | Thu Jan 14 11:44:17 2021 +0100 |
tree | 29c123762a6070c78dac70098a3a415bc6e9d193 | |
parent | 340b3e22a5dc5fee986273b8416e377da2cd1b02 [diff] |
Adapt to recent change in plugin API In Ifc83162780 ChangeNotes.Factory.createChecked() with only Change.Id was removed to make change index lookup more explicit. Adapt the code correspondingly. Change-Id: Ic5350b0c8893dce1c6821ed729a0276c85712744
A gerrit plugin that takes care of automatically merging reviews when all approvals are present.
Also, it introduces the concept of cross-repository reviews. Cross repository reviews are reviews that share a common topic, and are all in different gerrit repositories. They will be merged at the same time, when all approvals for all reviews are present, and all reviews are mergeable.
Requires Gerrit 2.14 or later.
[automerge] botEmail=admin@example.com [commentlink "change"] match = "#/c/(\\d+)" html = "<a href=\"/#/c/$1/\">$1</a>"