Merge: Beef up github merge
authorJean Privat <jean@pryen.org>
Fri, 26 Aug 2016 16:42:23 +0000 (12:42 -0400)
committerJean Privat <jean@pryen.org>
Fri, 26 Aug 2016 16:42:23 +0000 (12:42 -0400)
commit40623ba2aebe2ca834c18330d892ba6948c3e34e
treeb69fcb110a0bfb48e1163763924c6fbdeac30083
parent8b64731f8c7c8fb88ebe55e6f0b1304356a0f42b
parent75559e99f3f398129eb0d3e66ca2f82e7452ba99
Merge: Beef up github merge

The tool was fragile, crappy, and very limited.
Now it is still fragile, crappy but less limited.

A lot of new features:

* can work on other repositories than nitlang/nit
* can choose what query to list (eg label)
* fixed status info, and we can filter on it also
* can merge automatically
* and ~~much~~ some more.

All these improvement are used to enable the automatic construction of a `next` branch based on PR with some characteristics.

Pull-Request: #2293
Reviewed-by: Alexis Laferrière <alexis.laf@xymus.net>