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

Add support for delete_branch_on_merge #330

Closed
jakebiesinger-onduo opened this issue Jan 28, 2020 · 2 comments
Closed

Add support for delete_branch_on_merge #330

jakebiesinger-onduo opened this issue Jan 28, 2020 · 2 comments

Comments

@jakebiesinger-onduo
Copy link
Contributor

It would be great to have support for delete_branch_on_merge, which was added in go-github API v29. You'd have to do a version bump to get there.

Affected Resource(s)

  • github_repository

Terraform Configuration Files

resource "github_repository" "repo" {
  ...
  delete_branch_on_merge = true  # Not possible currently
}

Thanks!

@mwarkentin
Copy link
Contributor

Dupe of #264 ?

@jakebiesinger-onduo
Copy link
Contributor Author

Yep! Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants