Skip to content

Conversation

@multiformats-mgmt-read-write
Copy link
Contributor

The changes in this PR were made by a bot. Please review carefully.

@multiformats-mgmt-read-write multiformats-mgmt-read-write bot requested a review from a team as a code owner December 8, 2025 21:13
@github-actions
Copy link
Contributor

github-actions bot commented Dec 8, 2025

The following access changes will be introduced as a result of applying the plan:

Access Changes
There will be no access changes

@github-actions
Copy link
Contributor

github-actions bot commented Dec 8, 2025

Before merge, verify that all the following plans are correct. They will be applied as-is after the merge.

Terraform plans

multiformats

Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  ~ update in-place

Terraform will perform the following actions:

  # github_branch_protection.this["github-mgmt:master"] will be updated in-place
  ~ resource "github_branch_protection" "this" {
        id                              = "BPR_kwDOG2nBTM4BejP_"
        # (10 unchanged attributes hidden)

      ~ required_pull_request_reviews {
          ~ required_approving_review_count = 1 -> 2
            # (6 unchanged attributes hidden)
        }

        # (1 unchanged block hidden)
    }

  # github_repository.this["py-multibase"] will be updated in-place
  ~ resource "github_repository" "this" {
        id                          = "py-multibase"
        name                        = "py-multibase"
        # (36 unchanged attributes hidden)

      ~ security_and_analysis {
          ~ secret_scanning {
              ~ status = "disabled" -> "enabled"
            }
          ~ secret_scanning_push_protection {
              ~ status = "disabled" -> "enabled"
            }
        }
    }

  # github_repository.this["py-multicodec"] will be updated in-place
  ~ resource "github_repository" "this" {
        id                          = "py-multicodec"
        name                        = "py-multicodec"
        # (36 unchanged attributes hidden)

      ~ security_and_analysis {
          ~ secret_scanning {
              ~ status = "disabled" -> "enabled"
            }
          ~ secret_scanning_push_protection {
              ~ status = "disabled" -> "enabled"
            }
        }
    }

  # github_repository.this["py-multihash"] will be updated in-place
  ~ resource "github_repository" "this" {
        id                          = "py-multihash"
        name                        = "py-multihash"
        # (36 unchanged attributes hidden)

      ~ security_and_analysis {
          ~ secret_scanning {
              ~ status = "disabled" -> "enabled"
            }
          ~ secret_scanning_push_protection {
              ~ status = "disabled" -> "enabled"
            }
        }
    }

Plan: 0 to add, 4 to change, 0 to destroy.

@galargh galargh merged commit 9147c98 into master Dec 8, 2025
6 checks passed
@galargh galargh deleted the master-upgrade branch December 8, 2025 21:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants