Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: integrations/terraform-provider-github
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.1.0
Choose a base ref
...
head repository: integrations/terraform-provider-github
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.2.0
Choose a head ref
  • 5 commits
  • 45 files changed
  • 7 contributors

Commits on Mar 11, 2024

  1. build(deps): bump golang.org/x/oauth2 from 0.17.0 to 0.18.0 (#2189)

    Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.17.0 to 0.18.0.
    - [Commits](golang/oauth2@v0.17.0...v0.18.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/oauth2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    30e6176 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. fix(data_source_github_rest_api): store raw body in state (#2152)

    Co-authored-by: Keegan Campbell <me@kfcampbell.com>
    riezebosch and kfcampbell authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    af693fd View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. build(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 (#…

    …2194)
    
    Bumps google.golang.org/protobuf from 1.32.0 to 1.33.0.
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/protobuf
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    5e090bc View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. feat: add github_enterprise_actions_runner_group (#2158)

    Co-authored-by: Keegan Campbell <me@kfcampbell.com>
    bradam12 and kfcampbell authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    b1243e4 View commit details
    Browse the repository at this point in the history
  2. Feat: Fixes abandoned PR #2017: Add support for the require_last_push…

    …_approval flag in github_branch_protection_v3 (#2199)
    
    * Add the require_last_push_approval flag as an option for the required_pull_request_reviews of github_branch_protection_v3
    
    * Update github/resource_github_branch_protection_v3.go
    
    * Update website/docs/r/branch_protection_v3.html.markdown
    
    * Use local var to capture RequireLastPushApproval value, and pass it to the containing struct as a reference
    
    * Add missing property read
    
    ---------
    
    Co-authored-by: Matthew Costa <matthew.costa@tide.co>
    Co-authored-by: Keegan Campbell <me@kfcampbell.com>
    Co-authored-by: Matthew Costa <127119678+matthewcostatide@users.noreply.github.com>
    4 people authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    84e8d55 View commit details
    Browse the repository at this point in the history
Loading