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.11.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.11.1
Choose a head ref
  • 3 commits
  • 12 files changed
  • 2 contributors

Commits on Feb 9, 2026

  1. [BUG] Type mismatch in team_id of emu_group_mapping (#3163)

    * Fix `team_id` type to be `TypeInt` instead of `TypeString`
    
    Signed-off-by: Timo Sand <timo.sand@f-secure.com>
    
    * Ensure migration also uses correct type
    
    Signed-off-by: Timo Sand <timo.sand@f-secure.com>
    
    ---------
    
    Signed-off-by: Timo Sand <timo.sand@f-secure.com>
    deiga authored Feb 9, 2026
    Configuration menu
    Copy the full SHA
    64cb030 View commit details
    Browse the repository at this point in the history
  2. fix: Only send allow_forking on change (#3174)

    Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
    stevehipwell authored Feb 9, 2026
    Configuration menu
    Copy the full SHA
    68741e0 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2026

  1. [MAINT] Fixup github_repository_file (#3175)

    * Improve docs of importing `github_repository_file`
    
    Signed-off-by: Timo Sand <timo.sand@f-secure.com>
    
    * Add missing test for import
    
    Signed-off-by: Timo Sand <timo.sand@f-secure.com>
    
    * Ensure we only set `branch` on import if it's not the default branch
    
    Signed-off-by: Timo Sand <timo.sand@f-secure.com>
    
    * Update `branch` to `Computed` field
    
    Signed-off-by: Timo Sand <timo.sand@f-secure.com>
    
    * Add state migration for missing branch field
    
    Signed-off-by: Timo Sand <timo.sand@f-secure.com>
    
    * Add ID migration in the same bunch
    
    Signed-off-by: Timo Sand <timo.sand@f-secure.com>
    
    * Fix ID parsing
    
    Signed-off-by: Timo Sand <timo.sand@f-secure.com>
    
    * fixup! Fix ID parsing
    
    Always use 2 part ID for import. Use buildID for resource ID
    
    * fixup! fixup! Fix ID parsing
    
    Use 3 part ID for import as well
    
    * fixup! fixup! fixup! Add computed `repository_id` field to resource
    
    Signed-off-by: Timo Sand <timo.sand@f-secure.com>
    
    * fixup! fixup! fixup! fixup! Add migration of the `repository_id` field.
    
    This required changing all tests to need a mock of the GH API
    
    Signed-off-by: Timo Sand <timo.sand@f-secure.com>
    
    * Comment out test in evaluation
    
    Signed-off-by: Timo Sand <timo.sand@f-secure.com>
    
    * fixup! Address review comments
    
    Signed-off-by: Timo Sand <timo.sand@f-secure.com>
    
    * fixup! Address review comments
    
    Signed-off-by: Timo Sand <timo.sand@f-secure.com>
    
    * fixup! Remove usage of autocreate_branch in `Read`, `Update` and `Delete`
    
    Signed-off-by: Timo Sand <timo.sand@f-secure.com>
    
    * Mark `autocreate_branch` as deprecated
    
    Signed-off-by: Timo Sand <timo.sand@f-secure.com>
    
    * fixup! Address review comments
    
    Signed-off-by: Timo Sand <timo.sand@f-secure.com>
    
    * fixup! Change to use `UpdateFile` in `Update`
    
    Signed-off-by: Timo Sand <timo.sand@f-secure.com>
    
    * fixup! Update docs with missing fields
    
    Signed-off-by: Timo Sand <timo.sand@f-secure.com>
    
    ---------
    
    Signed-off-by: Timo Sand <timo.sand@f-secure.com>
    deiga authored Feb 11, 2026
    Configuration menu
    Copy the full SHA
    256cdd8 View commit details
    Browse the repository at this point in the history
Loading