-
Notifications
You must be signed in to change notification settings - Fork 783
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
Rebased #96: Create repos for non-organizations #322
Rebased #96: Create repos for non-organizations #322
Conversation
thank you @abitrolly for this rebase! if you plan on contributing more to this work please note i've similarly taken the original PR https://github.com/terraform-providers/terraform-provider-github/pull/96 and merged w/the current state of master to create this WIP PR https://github.com/terraform-providers/terraform-provider-github/pull/428. |
ah yes @abitrolly, good catch! I think an addition to these 2 files should help in the tests that look for the new |
#428 is deprecated and now the progress is being done in https://github.com/terraform-providers/terraform-provider-github/milestone/8 |
This needs a thorough review. I just rebased the changes to make them mergeable and solved conflicts without digging too much into how GitHub provider currently handles all parameters. Especially
func (c *Config) Client()
seem wrong to me.