github-rebase-bot icon indicating copy to clipboard operation
github-rebase-bot copied to clipboard

support dynamic repositories

Open nicolai86 opened this issue 8 years ago • 0 comments

Right now the bot needs to be configured with a list of repositories it supports - moving forward I'd be really interested in extending this to an arbitrary number of repositories, e.g. by using Github user/ organization wide webhooks, so the bot get's events for ALL repositories.

One way to handle this would be to dynamically create caches for the repositories, but to do this we'd need to refactor the entire event handling to support parallel repo & branch operations - this issue is side stepped ATM via separate HTTP handlers per repo.

nicolai86 avatar May 22 '17 21:05 nicolai86