-
Notifications
You must be signed in to change notification settings - Fork 772
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: Update branch protection documentation #2085
Merged
nickfloyd
merged 2 commits into
integrations:main
from
LiamMacP:improve-branch-protection-documentation
Jan 16, 2024
Merged
docs: Update branch protection documentation #2085
nickfloyd
merged 2 commits into
integrations:main
from
LiamMacP:improve-branch-protection-documentation
Jan 16, 2024
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
The contexts attribute can contain multiple variations of strings that are not documented clearly. These variations differ greatly depending on the usecase, including: - Typical usage with name/id - Appending matrix value(s) - Utilising reusable workflows.
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 @LiamMacP
nickfloyd
changed the title
Update branch protection documentation
docs: Update branch protection documentation
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://github.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://github.com/integrations/terraform-provider-github/releases/tag/v5.45.0) [Compare Source](https://github.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://github.com/dependabot) in [https://github.com/integrations/terraform-provider-github/pull/2098](https://github.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://github.com/dependabot) in [https://github.com/integrations/terraform-provider-github/pull/2097](https://github.com/integrations/terraform-provider-github/pull/2097) - docs: Adds description for overwrite_on_create option. by [@​Nmishin](https://github.com/Nmishin) in [https://github.com/integrations/terraform-provider-github/pull/2095](https://github.com/integrations/terraform-provider-github/pull/2095) - docs: Update branch protection documentation by [@​LiamMacP](https://github.com/LiamMacP) in [https://github.com/integrations/terraform-provider-github/pull/2085](https://github.com/integrations/terraform-provider-github/pull/2085) - feat: Add `required_workflows` to `github_organization_ruleset` by [@​relusc](https://github.com/relusc) in [https://github.com/integrations/terraform-provider-github/pull/2082](https://github.com/integrations/terraform-provider-github/pull/2082) - Fix ruleset bypass actors diff issues by [@​o-sama](https://github.com/o-sama) in [https://github.com/integrations/terraform-provider-github/pull/1950](https://github.com/integrations/terraform-provider-github/pull/1950) #### New Contributors - [@​LiamMacP](https://github.com/LiamMacP) made their first contribution in [https://github.com/integrations/terraform-provider-github/pull/2085](https://github.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://github.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.
Before the change?
After the change?
Pull request checklist
Does this introduce a breaking change?
Please see our docs on breaking changes to help!
The contexts attribute can contain multiple variations of strings that are not documented clearly. These variations differ greatly depending on the usecase, including: