Silent errorprone error on ignored return values Gerrit master has a stricter errorprone settings that makes the build fail when return values are ignored. Change-Id: If7cc5c5e106b377d4e8537cea8c964861a023751
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>"