Skip to content

Conversation

@ipshipyard-mgmt-read-write
Copy link
Contributor

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

@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
User web3-bot:
  - will gain push permission to boxo
  - will gain push permission to demo-repository
  - will gain push permission to kubo
  - will gain push permission to pilgrim
  - will gain push permission to rainbow
  - will gain push permission to unixfs-toolkit

@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

ipshipyard

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

Terraform will perform the following actions:

  # github_repository.this["ipfs-deploy-action"] will be updated in-place
  ~ resource "github_repository" "this" {
        id                          = "ipfs-deploy-action"
        name                        = "ipfs-deploy-action"
        # (34 unchanged attributes hidden)

      ~ security_and_analysis {

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

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

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

      ~ security_and_analysis {

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

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

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

      ~ security_and_analysis {

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

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

        # (1 unchanged block hidden)
    }

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

      ~ security_and_analysis {

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

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

  # github_repository_collaborator.this["boxo:web3-bot"] will be created
  + resource "github_repository_collaborator" "this" {
      + id                          = (known after apply)
      + invitation_id               = (known after apply)
      + permission                  = "push"
      + permission_diff_suppression = false
      + repository                  = "boxo"
      + username                    = "web3-bot"
    }

  # github_repository_collaborator.this["demo-repository:web3-bot"] will be created
  + resource "github_repository_collaborator" "this" {
      + id                          = (known after apply)
      + invitation_id               = (known after apply)
      + permission                  = "push"
      + permission_diff_suppression = false
      + repository                  = "demo-repository"
      + username                    = "web3-bot"
    }

  # github_repository_collaborator.this["kubo:web3-bot"] will be created
  + resource "github_repository_collaborator" "this" {
      + id                          = (known after apply)
      + invitation_id               = (known after apply)
      + permission                  = "push"
      + permission_diff_suppression = false
      + repository                  = "kubo"
      + username                    = "web3-bot"
    }

  # github_repository_collaborator.this["pilgrim:web3-bot"] will be created
  + resource "github_repository_collaborator" "this" {
      + id                          = (known after apply)
      + invitation_id               = (known after apply)
      + permission                  = "push"
      + permission_diff_suppression = false
      + repository                  = "pilgrim"
      + username                    = "web3-bot"
    }

  # github_repository_collaborator.this["rainbow:web3-bot"] will be created
  + resource "github_repository_collaborator" "this" {
      + id                          = (known after apply)
      + invitation_id               = (known after apply)
      + permission                  = "push"
      + permission_diff_suppression = false
      + repository                  = "rainbow"
      + username                    = "web3-bot"
    }

  # github_repository_collaborator.this["unixfs-toolkit:web3-bot"] will be created
  + resource "github_repository_collaborator" "this" {
      + id                          = (known after apply)
      + invitation_id               = (known after apply)
      + permission                  = "push"
      + permission_diff_suppression = false
      + repository                  = "unixfs-toolkit"
      + username                    = "web3-bot"
    }

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

@galargh galargh closed this Dec 8, 2025
@galargh galargh reopened this Dec 8, 2025
@galargh galargh merged commit 62e6857 into master Dec 8, 2025
12 checks passed
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