-
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
Handle deployment branch policies for repositories: resources and datasource #1715
Merged
kfcampbell
merged 5 commits into
integrations:main
from
bpaquet:github_repository_deployment_branch_policy
Jun 20, 2023
Merged
Handle deployment branch policies for repositories: resources and datasource #1715
kfcampbell
merged 5 commits into
integrations:main
from
bpaquet:github_repository_deployment_branch_policy
Jun 20, 2023
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
kfcampbell
approved these changes
Jun 20, 2023
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.
Thank you for your awesome work here! I don't see an issue open for this feature request; please let me know if I'm wrong and we can close it.
doonga
referenced
this pull request
in doonga/greyrock-ops
Jun 23, 2023
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 | patch | `5.28.0` -> `5.28.1` | --- ### Release Notes <details> <summary>integrations/terraform-provider-github (github)</summary> ### [`v5.28.1`](https://github.com/integrations/terraform-provider-github/releases/tag/v5.28.1) [Compare Source](https://github.com/integrations/terraform-provider-github/compare/v5.28.0...v5.28.1) #### What's Changed - build(deps): bump github.com/google/go-github/v53 from 53.0.0 to 53.1.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/integrations/terraform-provider-github/pull/1740](https://github.com/integrations/terraform-provider-github/pull/1740) - build(deps): bump golang.org/x/oauth2 from 0.8.0 to 0.9.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/integrations/terraform-provider-github/pull/1739](https://github.com/integrations/terraform-provider-github/pull/1739) - Improve github team resource by [@​bpaquet](https://github.com/bpaquet) in [https://github.com/integrations/terraform-provider-github/pull/1722](https://github.com/integrations/terraform-provider-github/pull/1722) - Handle deployment branch policies for repositories: resources and datasource by [@​bpaquet](https://github.com/bpaquet) in [https://github.com/integrations/terraform-provider-github/pull/1715](https://github.com/integrations/terraform-provider-github/pull/1715) - Bump google/go-github to v53.2.0 by [@​kfcampbell](https://github.com/kfcampbell) in [https://github.com/integrations/terraform-provider-github/pull/1744](https://github.com/integrations/terraform-provider-github/pull/1744) - Fix [#​1555](https://github.com/integrations/terraform-provider-github/issues/1555): Avoid duplication of pull request bypasser by [@​bpaquet](https://github.com/bpaquet) in [https://github.com/integrations/terraform-provider-github/pull/1711](https://github.com/integrations/terraform-provider-github/pull/1711) - fix: Repo Creation fails with enabled Pages by [@​0x46616c6b](https://github.com/0x46616c6b) in [https://github.com/integrations/terraform-provider-github/pull/1748](https://github.com/integrations/terraform-provider-github/pull/1748) **Full Changelog**: integrations/terraform-provider-github@v5.28.0...v5.29.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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNDAuMiIsInVwZGF0ZWRJblZlciI6IjM1LjE0MC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: greyrock-bot <1583719+greyrock-bot[bot]@users.noreply.github.com>
avidspartan1
pushed a commit
to avidspartan1/terraform-provider-github
that referenced
this pull request
Feb 5, 2024
…asource (integrations#1715) * Add new resource github_repository_deployment_branch_policy * Implement data source * Add link * Fix bad merge --------- Co-authored-by: Keegan Campbell <me@kfcampbell.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.
No description provided.