Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix@6917206281 [skip fix] #35

Merged
merged 1 commit into from
Feb 5, 2024
Merged

fix@6917206281 [skip fix] #35

merged 1 commit into from
Feb 5, 2024

Conversation

filecoin-project-mgmt-read-write[bot]
Copy link
Contributor

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

Copy link
Contributor

github-actions bot commented Nov 19, 2023

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

Terraform plans

filecoin-project

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_repository.this["dev-wg"] will be updated in-place
  ~ resource "github_repository" "this" {
        id                          = "dev-wg"
      + merge_commit_message        = "PR_TITLE"
      + merge_commit_title          = "MERGE_MESSAGE"
        name                        = "dev-wg"
      + squash_merge_commit_message = "COMMIT_MESSAGES"
      + squash_merge_commit_title   = "COMMIT_OR_PR_TITLE"
        # (24 unchanged attributes hidden)

        # (1 unchanged block hidden)
    }

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

      ~ security_and_analysis {

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

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

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

      ~ security_and_analysis {

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

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

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

      ~ security_and_analysis {

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

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

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

      ~ security_and_analysis {

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

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

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

      ~ security_and_analysis {

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

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

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

      ~ security_and_analysis {

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

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

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

      ~ security_and_analysis {

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

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

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

@galargh galargh merged commit ba0e777 into master Feb 5, 2024
6 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.

1 participant