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@6416447812 [skip fix] #173

Merged
merged 1 commit into from
Oct 9, 2023
Merged

fix@6416447812 [skip fix] #173

merged 1 commit into from
Oct 9, 2023

Conversation

ipfs-mgmt-read-write[bot]
Copy link
Contributor

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

@ipfs-mgmt-read-write ipfs-mgmt-read-write bot requested review from a team as code owners October 5, 2023 08:18
@github-actions
Copy link
Contributor

github-actions bot commented Oct 5, 2023

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

Terraform plans

ipfs

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["go-ds-badger4"] will be updated in-place
  ~ resource "github_repository" "this" {
        id                          = "go-ds-badger4"
        name                        = "go-ds-badger4"
        # (33 unchanged attributes hidden)

      ~ security_and_analysis {

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

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

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

      ~ security_and_analysis {

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

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

  # github_repository_file.this["go-ds-badger4/.github/workflows/stale.yml"] will be created
  + resource "github_repository_file" "this" {
      + branch              = "master"
      + commit_author       = "GitHub"
      + commit_email        = "[email protected]"
      + commit_message      = "chore: Update .github/workflows/stale.yml [skip ci]"
      + commit_sha          = (known after apply)
      + content             = <<-EOT
            name: Close and mark stale issue
            
            on:
              schedule:
                - cron: '0 0 * * *'
            
            permissions:
              issues: write
              pull-requests: write
            
            jobs:
              stale:
                uses: pl-strflt/.github/.github/workflows/[email protected]
        EOT
      + file                = ".github/workflows/stale.yml"
      + id                  = (known after apply)
      + overwrite_on_create = false
      + ref                 = (known after apply)
      + repository          = "go-ds-badger4"
      + sha                 = (known after apply)
    }

  # github_repository_file.this["helia-docker/.github/workflows/stale.yml"] will be created
  + resource "github_repository_file" "this" {
      + branch              = "main"
      + commit_author       = "GitHub"
      + commit_email        = "[email protected]"
      + commit_message      = "chore: Update .github/workflows/stale.yml [skip ci]"
      + commit_sha          = (known after apply)
      + content             = <<-EOT
            name: Close and mark stale issue
            
            on:
              schedule:
                - cron: '0 0 * * *'
            
            permissions:
              issues: write
              pull-requests: write
            
            jobs:
              stale:
                uses: pl-strflt/.github/.github/workflows/[email protected]
        EOT
      + file                = ".github/workflows/stale.yml"
      + id                  = (known after apply)
      + overwrite_on_create = false
      + ref                 = (known after apply)
      + repository          = "helia-docker"
      + sha                 = (known after apply)
    }

  # github_repository_file.this["rainbow/.github/workflows/stale.yml"] will be updated in-place
  ~ resource "github_repository_file" "this" {
      + commit_author       = "GitHub"
      + commit_email        = "[email protected]"
      ~ commit_message      = "Update .github/workflows/stale.yml" -> "chore: Update .github/workflows/stale.yml [skip ci]"
        id                  = "rainbow/.github/workflows/stale.yml"
        # (8 unchanged attributes hidden)
    }

Plan: 2 to add, 3 to change, 0 to destroy.

@galargh galargh merged commit d49c609 into master Oct 9, 2023
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