-
Notifications
You must be signed in to change notification settings - Fork 763
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
docs: Adds description for overwrite_on_create option. #2095
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
nickfloyd
approved these changes
Jan 16, 2024
nickfloyd
approved these changes
Jan 16, 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.
Thanks for the contributions here @Nmishin ❤️
nickfloyd
changed the title
GitHub repository file documentation improvement
docs: Adds description for overwrite_on_create option.
Jan 16, 2024
kireque
referenced
this pull request
in kireque/home-ops
Feb 7, 2024
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github](https://registry.terraform.io/providers/integrations/github) ([source](https://togithub.com/integrations/terraform-provider-github)) | required_provider | minor | `5.44.0` -> `5.45.0` | --- ### Release Notes <details> <summary>integrations/terraform-provider-github (github)</summary> ### [`v5.45.0`](https://togithub.com/integrations/terraform-provider-github/releases/tag/v5.45.0) [Compare Source](https://togithub.com/integrations/terraform-provider-github/compare/v5.44.0...v5.45.0) #### What's Changed - build(deps): bump golang.org/x/crypto from 0.17.0 to 0.18.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/integrations/terraform-provider-github/pull/2098](https://togithub.com/integrations/terraform-provider-github/pull/2098) - build(deps): bump golang.org/x/oauth2 from 0.15.0 to 0.16.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/integrations/terraform-provider-github/pull/2097](https://togithub.com/integrations/terraform-provider-github/pull/2097) - docs: Adds description for overwrite_on_create option. by [@​Nmishin](https://togithub.com/Nmishin) in [https://github.com/integrations/terraform-provider-github/pull/2095](https://togithub.com/integrations/terraform-provider-github/pull/2095) - docs: Update branch protection documentation by [@​LiamMacP](https://togithub.com/LiamMacP) in [https://github.com/integrations/terraform-provider-github/pull/2085](https://togithub.com/integrations/terraform-provider-github/pull/2085) - feat: Add `required_workflows` to `github_organization_ruleset` by [@​relusc](https://togithub.com/relusc) in [https://github.com/integrations/terraform-provider-github/pull/2082](https://togithub.com/integrations/terraform-provider-github/pull/2082) - Fix ruleset bypass actors diff issues by [@​o-sama](https://togithub.com/o-sama) in [https://github.com/integrations/terraform-provider-github/pull/1950](https://togithub.com/integrations/terraform-provider-github/pull/1950) #### New Contributors - [@​LiamMacP](https://togithub.com/LiamMacP) made their first contribution in [https://github.com/integrations/terraform-provider-github/pull/2085](https://togithub.com/integrations/terraform-provider-github/pull/2085) **Full Changelog**: integrations/terraform-provider-github@v5.44.0...v5.45.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzQuMyIsInVwZGF0ZWRJblZlciI6IjM3LjE3NC4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: kireque-bot[bot] <143391978+kireque-bot[bot]@users.noreply.github.com>
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.
Resolves #906
Added description for
overwrite_on_create
option.Before the change?
After the change?
Pull request checklist
Does this introduce a breaking change?
Please see our docs on breaking changes to help!