[ON PREMISE] Multiple Github apps

By looking at the code I’m pretty sure it is not possible but maybe it is on the roadmap:

we can set a custom Github App in sentry/config.yml with:

github-app.id: 
github-app.name: ''
github-app.webhook-secret: '' # Use only if configured in GitHub
github-app.client-id: ''
github-app.client-secret: ''
github-app.private-key: ""

We have repositories in several Github organizations, thus we would need several Github apps (one per organization) in order to integrate Github with Sentry.

Does somebody know if it is possible?

Thanks for your help!