I could use the GitHubPullrequestPoller <http://docs.buildbot.net/current/manual/configuration/changesources.html#chsrc-GitHubPullrequestPoller> which periodically polls the Github API for new/updated PRs.
Here is an example: https://github.com/halide/build_bot/blob/master/master/master.cfg c['change_source'].append(GitHubPullrequestPoller( owner = 'halide', repo = 'Halide', token = token, pullrequest_filter = pr_filter, pollInterval = 60*5, # Check Halide PRs every five minutes pollAtLaunch = True)) Rajdeep On Wed, Mar 27, 2019 at 3:59 AM Mojca Miklavec <mo...@macports.org> wrote: > Dear Rajdeep, > > On Tue, 26 Mar 2019 at 19:51, Rajdeep Bharati wrote: > > > > I have submitted a draft proposal: > https://docs.google.com/document/d/12wRjA8sOWNOuApHZ_fm0n1aIPLVPt9Xm2yGiMwiK3AI/edit. > Could you please provide some feedback? > > Cool, thank you very much, it looks nice, please give us a bit of time. > > One question: what precisely is your plan for setting up disposable > builds for PRs? > > Mojca >