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.5.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.6.0
Choose a head ref
  • 3 commits
  • 8 files changed
  • 4 contributors

Commits on Feb 27, 2025

  1. feat: add support for merge queues in repository rulesets (#2380)

    * feat: add repository ruleset merge queue support
    
    * docs: add docs for repository rulesets merge queue
    
    * feat: add default values for merge_queue on rulesets
    
    * test: add merge_queue block to ruleset create and import tests
    
    * Fix: merge queue repository rules flattening
    
    * Test fixes, additional squash merge queue test case
    
    ---------
    
    Co-authored-by: Keegan Campbell <[email protected]>
    MXfive and kfcampbell authored Feb 27, 2025
    Configuration menu
    Copy the full SHA
    e5f0c4c View commit details
    Browse the repository at this point in the history
  2. Add support for GitHub Enterprise Cloud Data residency (#2547)

    * Add support for GitHub Enterprise Cloud with Data residency
    
    * Fix broken build
    
    * Add test for GHECDataResidencyMatch
    
    ---------
    
    Co-authored-by: Keegan Campbell <[email protected]>
    EricDales and kfcampbell authored Feb 27, 2025
    Configuration menu
    Copy the full SHA
    c99f24e View commit details
    Browse the repository at this point in the history
  3. fix(github_actions_repository_oidc_subject_claim_customization_templa…

    …te): graceful handling of 404 on read (#2483)
    
    The resource github_actions_repository_oidc_subject_claim_customization_template would error when the associated repository was deleted.
    
    This change will gracefully remove the resource on 404 not found.
    
    Co-authored-by: Keegan Campbell <[email protected]>
    acouvreur and kfcampbell authored Feb 27, 2025
    Configuration menu
    Copy the full SHA
    d63ad78 View commit details
    Browse the repository at this point in the history
Loading