I just setup automatic syncing of our code-review repo at GitHub (usergrid/usergrid) to our official (Apache Git repo incubator-usergrid). The sync is a simple shell script that runs git clone --mirror and then git push --mirror to push to Apache Git. It runs via cron every hour.
This is part of implementing our Contributor Workflow: https://cwiki.apache.org/confluence/display/usergrid/Contributor+Workflow+Policy Next, I'd like to figure out how to send comments on Pull Requests back to our commit mailing list as well so that those conversations are part of our official record. Feedback and suggestions most welcome. Thanks, - Dave
