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.9.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.9.1
Choose a head ref
  • 13 commits
  • 82 files changed
  • 7 contributors

Commits on Dec 8, 2025

  1. Ensure that boolean conversions cause panics (#2977)

    Signed-off-by: Timo Sand <timo.sand@f-secure.com>
    deiga authored Dec 8, 2025
    Configuration menu
    Copy the full SHA
    a3b39ed View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2025

  1. fix: Correct grammar errors in github_release data source docs (#2515)

    * correct grammar errors in data.github_release docs
    
    This corrects grammar errors in the `github_release` data source
    documentation by correcting the contraction "it's" ("it is") to the
    possessive "its."
    
    Signed-off-by: Mike Ball <mikedball@gmail.com>
    
    * chore(release data source): add 'Description' fields
    
    This adds `Description` fields to the release data source, per request of @deiga
    via #2515 (comment)
    
    Signed-off-by: Mike Ball <mikedball@gmail.com>
    
    ---------
    
    Signed-off-by: Mike Ball <mikedball@gmail.com>
    mdb authored Dec 19, 2025
    Configuration menu
    Copy the full SHA
    fd72b8a View commit details
    Browse the repository at this point in the history
  2. docs: Add missing link to schema for merge_queue repository rule (#…

    …2581)
    
    * docs: Add missing link to schema for `merge_queue` repository rule
    
    Closes #2579.
    
    * docs: Update `merge_queue.max_entries_to_merge` description
    
    Replace copy-pasted description.
    usmonster authored Dec 19, 2025
    Configuration menu
    Copy the full SHA
    2838f0f View commit details
    Browse the repository at this point in the history
  3. fix: Fix base url regression to ensure trailing / (#2990)

    Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
    stevehipwell authored Dec 19, 2025
    Configuration menu
    Copy the full SHA
    c4d9e26 View commit details
    Browse the repository at this point in the history
  4. fix: Fix errors as nil bomb (#2992)

    Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
    stevehipwell authored Dec 19, 2025
    Configuration menu
    Copy the full SHA
    103cdab View commit details
    Browse the repository at this point in the history
  5. fix: Fix organization_custom_properties create (#2995)

    Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
    stevehipwell authored Dec 19, 2025
    Configuration menu
    Copy the full SHA
    dda3f9a View commit details
    Browse the repository at this point in the history
  6. fix: Fix repository environment deployment (#2993)

    Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
    stevehipwell authored Dec 19, 2025
    Configuration menu
    Copy the full SHA
    75ed20e View commit details
    Browse the repository at this point in the history
  7. fix: Correct github_organization_role_teams & github_organization_rol…

    …e_users typos (#2994)
    
    Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
    stevehipwell authored Dec 19, 2025
    Configuration menu
    Copy the full SHA
    972ef3b View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2025

  1. [BUG] github_organization_role Ensure role_id is set after Create (

    …#3011)
    
    * Set `role_id` also in `resourceGithubOrganizationRoleCreate``
    
    Since it's a computed value, it should be set in Create and Read
    
    Signed-off-by: Timo Sand <timo.sand@f-secure.com>
    
    * API doesn't accept `base_role = none`
    
    Signed-off-by: Timo Sand <timo.sand@f-secure.com>
    
    * Revert unnecessary change
    
    Signed-off-by: Timo Sand <timo.sand@f-secure.com>
    
    ---------
    
    Signed-off-by: Timo Sand <timo.sand@f-secure.com>
    deiga authored Dec 20, 2025
    Configuration menu
    Copy the full SHA
    68ee84d View commit details
    Browse the repository at this point in the history
  2. RateLimitRoundtripper: Fix mutex leak and not respecting context canc…

    …ellation (#2298)
    
    - Make sure that all exit paths from functions correctly release the mutex.
    - Add a sleep function that respects context cancellation, and use it in-place of time.Sleep.
    pete-woods authored Dec 20, 2025
    Configuration menu
    Copy the full SHA
    9fc330c View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2025

  1. Fix documented block name for ignored collaborator teams (#2551)

    This block was added in #2481 but the documentation has the incorrect block name. It's implemented in the provider as ignore_team but the docs referenced "team_ignore". This corrects the documentation to match.
    tabacco authored Dec 21, 2025
    Configuration menu
    Copy the full SHA
    831092e View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2025

  1. Configuration menu
    Copy the full SHA
    63076f7 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2026

  1. [BUG] Ensure repository creation works if vulnerability-alerts isn't …

    …modifiable on repo level (#3024)
    
    * `github_repository`: Convert to use Context-aware functions
    
    Signed-off-by: Timo Sand <timo.sand@f-secure.com>
    
    * Add tests to ensure `vulnerability_alerts` behaviour keeps working
    
    Signed-off-by: Timo Sand <timo.sand@f-secure.com>
    
    * Add error handling to ignore 422 response
    
    In the case of `vulnerability_alerts = false` and the message indicates control from parent Org/Enterprise
    
    Signed-off-by: Timo Sand <timo.sand@f-secure.com>
    
    * Improve descriptions to make interactions slightly clearer
    
    Signed-off-by: Timo Sand <timo.sand@f-secure.com>
    
    * Add comment to describe this as a temporary workaround
    
    Signed-off-by: Timo Sand <timo.sand@f-secure.com>
    
    ---------
    
    Signed-off-by: Timo Sand <timo.sand@f-secure.com>
    deiga authored Jan 5, 2026
    Configuration menu
    Copy the full SHA
    dddd42b View commit details
    Browse the repository at this point in the history
Loading