[Bug fix] bot must not Code-review -2

We replace Code-review -2 by -1 as we don't want the -2 to stay forever.
The -1 will just be a warning that will disappear when there is a new patch set.
Anyway, the presubmit will fail thanks to devtools-cli. So we can't have Verified +1.
2 files changed
tree: 0c0dad6cf6cf21284b0e5ded6285cc71db617eef
  1. src/
  2. .gitignore
  3. .travis.yml
  4. BUCK
  5. LICENSE
  6. README.md
README.md

automerge-plugin

Build Status

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.10 or later.