-
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Supporting other GitHub Orgs and accounts #115
Comments
I like the idea und want to support this, but there are a few things we need to take care of. First all stuff we do can be divided into tasks which poll information and tasks where information is pushed to. First part is easy, the polling:
Second part is tricky:
Normally the first part can be done with polling only. So we could implement some sort of log-in and allow you to select some of your repos which we take care of. But: We currently have the application installed in the voxpupuli organization and imho github apps are already a bit difficult to understand. So how could we solve this? Best way I see would be that everyone can install this app to its repositories/organizations. After that we scan which repos the user has access to and let him select these repositories if they are not yet in our database (to avoid duplicate actions). I am not suire about the technical details yet (and propably missing something) but this could work. @bastelfreak any thoughs? |
Those points totally make sense to me. I guess, though, that I’d already assumed the GutHub app would be installed in multiple places instead of just in y’all’s organization. Thanks for looking into the feasibility of this! Sent with GitHawk |
Just wanted to follow up on this and see what you and @bastelfreak think next steps are. I’m happy to try and help once a plan is established. Sent with GitHawk |
Hi @genebean, unfortunately there aren't any news yet. The last weeks were pretty busy and we had not much time planning or even working on new stuff (but we did talk about it). Both @bastelfreak and I think this is a feature we need to have at some point (not too far in the future) but first we'd like to get some more basic automation stuff to work to gain traction in the community and get more of an feeling what people out there want to have. Once we figured this out and added a couple more features we should have a more clear view on how multi-orgs could look like. |
Just thought I’d circle back and see if some of the work mentioned in a recent twitter post helps this along any. |
Hi @genebean, a short update on this one:
this was caused by multiple things:
we made great progress this week to track those issues down. I hope that we can finally fix this next week. afterwards we can try to setup the app for another namespace. |
Thanks a ton for the update! I really appreciate it! |
Heeeey @bastelfreak - any update on this? Just curious |
Opening based on a conversation on Twitter here
I would like to be able to use this awesome tool for modules spread across multiple GitHub organizations and personal accounts. What I’m envisioning is being able to pull module repos into this app in much the same was as you add them to the GitHub Slack app: via subscribing to either an entire organization, an entire personal account, or an individual repository.
My two use cases are:
I’d like to be able to use this tool to keep up with team and personal things and would also like to be able to filter by account/organization.
Sent with GitHawk
The text was updated successfully, but these errors were encountered: