-
Notifications
You must be signed in to change notification settings - Fork 748
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feat: automatic branch creation for resource 'github_repository_file' #2100
Merged
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
wparr-circle
changed the title
feat: support automatic branch creation for resource 'github_reposito…
feat: automatic branch creation for resource 'github_repository_file'
Jan 15, 2024
wparr-circle
force-pushed
the
main
branch
4 times, most recently
from
January 15, 2024 13:55
80201d3
to
7ce4a07
Compare
kfcampbell
reviewed
Jan 22, 2024
@wparr-circle there's a pretty quick |
@kfcampbell applied go fmt changes now. Thanks |
nickfloyd
approved these changes
Aug 6, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey thanks for the contributions here! ❤️
4 tasks
1 task
# for free
to join this conversation on GitHub.
Already have an account?
# 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.
Resolves #2101
Before the change?
After the change?
autocreate_branch
is set true, if the branch does not already exist then it shall be created based onautocreate_branch_source_sha
orautocreate_branch_source_branch
which defaults to main during create, update or destroy. Given the branch could be ephemeral; on reads, if the branch does not exist then content shall be read from autocreate_branch_source_branch as it may been merged.Pull request checklist
Does this introduce a breaking change?
Please see our docs on breaking changes to help!