-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/20407/
-----------------------------------------------------------
Review request for Aurora, Kevin Sweeney and Bill Farner.
Bugs: AURORA-323
https://issues.apache.org/jira/browse/AURORA-323
Repository: aurora
Description
-------
AURORA-323:Add ability to merge in github pull requests similar to rbt
Created a new extension for rbt which adds a new github subcommand to preview
and
merge/commit available pull requests. Adds text to the commit message
so when github mirrors the given commit the pull request will automatically
be closed.
Diffs
-----
.gitignore cd7bc6dd122fd3490568fe5b2a68d59cfff7fbff
build-support/rbt/rbt-github/rbt_github/__init__.py PRE-CREATION
build-support/rbt/rbt-github/rbt_github/command.py PRE-CREATION
build-support/rbt/rbt-github/setup.py PRE-CREATION
rbt b03c87f9df129a03cced6ec088aa5ed3e16edfe0
Diff: https://reviews.apache.org/r/20407/diff/
Testing
-------
Preview a pull request patch
./rbt github -p 7
Commit a pull request
./rbt github -c 7
Thanks,
Jake Farrell