Describe the solution you'd like
I build multiple apps from one repo, and each app uses one github webhook. Github has a limit of 20 webhooks, therefore I can build a maximum of 20 apps from one repo. I would like app center to reuse a single webhook for multiple apps so that I can have webhooks available to do other things, and build more than 20 apps from one repo.
Describe alternatives you've considered
I've considered making more branches and building from those branches, but this seems like a lot of extra work.
Describe the solution you'd like
I build multiple apps from one repo, and each app uses one github webhook. Github has a limit of 20 webhooks, therefore I can build a maximum of 20 apps from one repo. I would like app center to reuse a single webhook for multiple apps so that I can have webhooks available to do other things, and build more than 20 apps from one repo.
Describe alternatives you've considered
I've considered making more branches and building from those branches, but this seems like a lot of extra work.