commit | d9606defde4d8891eb5c858b98810248587c074c | [log] [tgz] |
---|---|---|
author | David Pursehouse <dpursehouse@collab.net> | Wed Apr 25 16:16:02 2018 +0900 |
committer | David Pursehouse <dpursehouse@collab.net> | Tue Nov 13 11:01:41 2018 -0800 |
tree | 5570637425dc0c6136e8d1154a3582a27f674b65 | |
parent | 6f6c43c6c48c5343adf226bc4d62b44fb04add50 [diff] |
Stop using deprecated Files.toString Replace with Files.asCharSource as recommended in the deprecation notice. Change-Id: Ib8491c1d63a2f1b2c5e8b5d9c28cdde220a43c49
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>"