integrations / terraform-provider-github

Terraform GitHub provider
https://www.terraform.io/docs/providers/github/
MIT License
905 stars 746 forks source link

feat: automatic branch creation for resource 'github_repository_file' #2100

Closed wparr-circle closed 3 months ago

wparr-circle commented 9 months ago

Resolves #2101


Before the change?

After the change?

Pull request checklist

Does this introduce a breaking change?

Please see our docs on breaking changes to help!


kfcampbell commented 9 months ago

@wparr-circle there's a pretty quick go fmt issue to resolve here, then I can get this merged and released.

wparr-circle commented 9 months ago

@kfcampbell applied go fmt changes now. Thanks