Skip to content
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

Switch accounts by repositories #2491

Closed
ryamaguchi0220 opened this issue Mar 4, 2020 · 1 comment
Closed

Switch accounts by repositories #2491

ryamaguchi0220 opened this issue Mar 4, 2020 · 1 comment
Labels

Comments

@ryamaguchi0220
Copy link

ryamaguchi0220 commented Mar 4, 2020

The problem I'm trying to solve:

I faced a case that I would like to switch accounts by repositories, but as far as I know, it is not supported.

How I imagine hub could expose this functionality:

Here is a configuration example that I imagine

github.com:
- user: userA 
  oauth_token: brabra
  protocol: https
  repository: userA/repositoryA // when operations to this repository are performed, use the userA account
- user: userB // when operations to other repositories are performed, use the userB account
  oauth_token: brabra
  protocol: https
@mislav
Copy link
Owner

mislav commented Mar 4, 2020

Thanks for writing in! This is planned but no work has been done yet. Duplicate of #1300

@mislav mislav closed this as completed Mar 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants