xenserver / pull-request-manager

A program that continually checks and potentially merges pull requests.
10 stars 3 forks source link

Add ability to specify dependencies #3

Closed rokstrnisa closed 13 years ago

rokstrnisa commented 13 years ago

More specifically, one should be able to say that a pull request for one repository depends on another (yet un-merged) pull request on another repository, e.g. with:

Dependencies: 24@xen-api-libs

The @git-bot should then either wait for the dependencies to be merged in before processing such a pull request, or (even better) try to build it by pulling in all the dependencies for the build.

rokstrnisa commented 13 years ago

git-bot now waits for all the dependencies to be merged: 7a7ec32fbaae8087fc9875bd618614221c4bfad5