This adds support for buildbot to get open pull requests, build and test them if they haven't been before by the buildbot, and publish the status of the build to the PR.
Providing a valid OAuth2 token to the 'token' kwarg in test_builders_from_rosdistro will enable pull request polling for changes (default interval: 15 seconds).
Resolves #34
This adds support for buildbot to get open pull requests, build and test them if they haven't been before by the buildbot, and publish the status of the build to the PR.
Providing a valid OAuth2 token to the 'token' kwarg in
test_builders_from_rosdistro
will enable pull request polling for changes (default interval: 15 seconds).