Re: trying to automate rbt post

2018-01-27 Thread benjamin . at . motive
On Friday, January 26, 2018 at 5:10:42 PM UTC-8, David Trowbridge wrote: > > It is possible to run `rbt post` from outside of a source tree, but it > requires manually specifying the server and repository in your command > line. This is what it's trying to detect when it fails looking at the

trying to automate rbt post

2018-01-26 Thread benjamin . at . motive
I'd like to automatically open review requests when people commit to particular branch names. I've got hooks in place that can start a process on any commit, compare the branch name against a regular expression and then proceed from there. My code knows how to create a diff itself and does so