-
Notifications
You must be signed in to change notification settings - Fork 775
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 - provider: Add the possibility to create repositories for non-organization accounts #428
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Conflicts: # github/config.go # github/data_source_github_actions_public_key.go # github/data_source_github_collaborators.go # github/data_source_github_ip_ranges.go # github/data_source_github_membership.go # github/data_source_github_release.go # github/data_source_github_repositories.go # github/data_source_github_repository.go # github/data_source_github_team.go # github/data_source_github_user.go # github/provider_test.go # github/resource_github_actions_secret.go # github/resource_github_actions_secret_test.go # github/resource_github_branch_protection.go # github/resource_github_branch_protection_test.go # github/resource_github_issue_label.go # github/resource_github_issue_label_test.go # github/resource_github_membership.go # github/resource_github_membership_test.go # github/resource_github_organization_project.go # github/resource_github_organization_project_test.go # github/resource_github_organization_webhook.go # github/resource_github_organization_webhook_test.go # github/resource_github_project_column.go # github/resource_github_project_column_test.go # github/resource_github_repository.go # github/resource_github_repository_collaborator.go # github/resource_github_repository_collaborator_test.go # github/resource_github_repository_deploy_key.go # github/resource_github_repository_deploy_key_test.go # github/resource_github_repository_file.go # github/resource_github_repository_file_test.go # github/resource_github_repository_project.go # github/resource_github_repository_project_test.go # github/resource_github_repository_test.go # github/resource_github_repository_webhook.go # github/resource_github_repository_webhook_test.go # github/resource_github_team.go # github/resource_github_team_membership.go # github/resource_github_team_membership_test.go # github/resource_github_team_repository.go # github/resource_github_team_repository_test.go # github/resource_github_team_test.go # github/resource_github_user_gpg_key.go # github/resource_github_user_gpg_key_test.go # github/resource_github_user_invitation_accepter.go # github/resource_github_user_ssh_key.go # github/resource_github_user_ssh_key_test.go # github/resource_organization_block.go # github/resource_organization_block_test.go
ghost
added
the
size/XXL
label
Apr 16, 2020
anGie44
force-pushed
the
eliasz_individual_account_rebase
branch
from
April 17, 2020 18:19
5106a53
to
53d86a4
Compare
Note: test failures pending https://github.com/terraform-providers/terraform-provider-github/pull/429 and terraformtesting/acceptance-tests#2 |
This was
linked to
issues
Apr 17, 2020
anGie44
changed the title
rebased - provider: Add the possibility to create repositories for non-organization accounts
rebased - provider: Add the possibility to create or read from resources/data for non-organization accounts
Apr 17, 2020
anGie44
force-pushed
the
eliasz_individual_account_rebase
branch
from
April 29, 2020 04:25
9c1686d
to
80b2f7c
Compare
anGie44
changed the title
rebased - provider: Add the possibility to create or read from resources/data for non-organization accounts
rebased - provider: Add the possibility to create repositories for non-organization accounts
Apr 29, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Continuing the work done by @elislusarczyk in https://github.com/terraform-providers/terraform-provider-github/pull/96 to support individual github accounts for repos