You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be a "nice-to-have" to have a publicly available Mergit GitHub app that people can use to quickly install Mergit on their repos, without needing to deploy their own instance.
Currently, Mergit isn't set up for multi-tenant access:
We currently have a global queue which delegates events into per-repo queues, so if we have too much traffic, the global queue will get filled up (alternatively, have a private LY Mergit instance + a public one, and remove the deploy scripts in favor of instructions to deploy one's own Mergit instance)
It would be a "nice-to-have" to have a publicly available Mergit GitHub app that people can use to quickly install Mergit on their repos, without needing to deploy their own instance.
Currently, Mergit isn't set up for multi-tenant access: