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
Using the GH token is enough to discover the user orgs/repos of a user. In GHE, I have seen in big companies (e.g. > 1000 developers) to have an org per team to find easily the repos and administrate permissions in an isolated way.
So, as a user/developer/manager, when I run it for first time, it was weird to me to filter an specific org.
The text was updated successfully, but these errors were encountered:
Note that users may be members of many organizations but could be interested only in some of them. In my case, I'm member of 10 organizations but use source{d} with only 2 of them. I see some possible behaviors here:
If no explicit org is given, import all of them.
If no explicit org is given, and the user only has access to one org, import that org. If there is more than one org, fail and ask the user to add organizations explicitly.
None of the above, add an --all (or similar) option to fetch all organizations based on membership data.
Status quo.
Note that a token can also be used to import organizations that you are not member of. I have no idea how common would that be for end users, it definitely is common for us while experimenting, but we can just be explicit with organizations in that case.
Like BB, using the token you can ask for the orgs where the user belongs to, and then, he should be able select from the UI which orgs/repos wants to analyse.
Also, Wwen you setup travis, you enable the orgs and repos to process.
Related with: #61
Using the GH token is enough to discover the user orgs/repos of a user. In GHE, I have seen in big companies (e.g. > 1000 developers) to have an org per team to find easily the repos and administrate permissions in an isolated way.
So, as a user/developer/manager, when I run it for first time, it was weird to me to filter an specific org.
The text was updated successfully, but these errors were encountered: