Oct. 2, 2017
2:29 p.m.
On 2 October 2017 at 14:41, Tristan Seligmann <mithrandi@mithrandi.net> wrote:
On Mon, 2 Oct 2017 at 13:36 Adi Roiban <adi@roiban.ro> wrote:
Will it trigger the Buidlbot stable builders?
From what I can see in the code, it only creates the branch.
I believe buildbot will trigger a build on the branch being pushed, no need for a separate PR. Then, because GitHub commit statuses are on the _commit_, the PR should be green too if the build succeeds.
True. Thanks! Found the code here https://github.com/twisted-infra/braid/blob/master/services/buildbot/master/... -- Adi Roiban